From d30fea5b0dcba9cd130026b56ec01e78bd788aff 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 91207252a..d9b3e836f 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