diff options
| author | Rapptz <[email protected]> | 2021-06-12 12:09:38 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-06-12 12:28:08 -0400 |
| commit | d30fea5b0dcba9cd130026b56ec01e78bd788aff (patch) | |
| tree | f6d9eaa1fab5b0af49de9a85fd1eac5579a0127a /docs | |
| parent | Fix crash involving stickers (diff) | |
| download | discord.py-d30fea5b0dcba9cd130026b56ec01e78bd788aff.tar.xz discord.py-d30fea5b0dcba9cd130026b56ec01e78bd788aff.zip | |
Add changelog for v1.7.3
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whats_new.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 91207252..d9b3e836 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 |