From 9ff979572a193497c9c8cbac649c0622b48c69cd Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 12 Jun 2021 12:09:38 -0400 Subject: [PATCH] Add changelog for v1.7.3 --- docs/whats_new.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 2b774c15b9..eb6220f88e 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,17 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp1p7p3: + +v1.7.3 +-------- + +Bug Fixes +~~~~~~~~~~ + +- Fix a crash involving guild uploaded stickers +- Fix :meth:`DMChannel.permissions_for` not having :attr:`Permissions.read_messages` set. + .. _vp1p7p2: v1.7.2