aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-05-02 23:35:25 -0400
committerRapptz <[email protected]>2021-05-02 23:39:21 -0400
commite3037b32d57315ff09c9534ae0825d0189b84bcd (patch)
treec3e3940e7beb00030e9506f19fb49e4959a16ae3
parentClarify Webhook.send return value documentation (diff)
downloaddiscord.py-e3037b32d57315ff09c9534ae0825d0189b84bcd.tar.xz
discord.py-e3037b32d57315ff09c9534ae0825d0189b84bcd.zip
Add changelog for v1.7.2
-rw-r--r--docs/whats_new.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst
index 8100fb92..2b774c15 100644
--- a/docs/whats_new.rst
+++ b/docs/whats_new.rst
@@ -11,6 +11,18 @@ Changelog
This page keeps a detailed human friendly rendering of what's new and changed
in specific versions.
+.. _vp1p7p2:
+
+v1.7.2
+-------
+
+Bug Fixes
+~~~~~~~~~~~
+
+- Fix ``fail_if_not_exists`` causing certain message references to not be usable within :meth:`abc.Messageable.send` and :meth:`Message.reply` (:issue:`6726`)
+- Fix :meth:`Guild.chunk` hanging when the user left the guild. (:issue:`6730`)
+- Fix loop sleeping after final iteration rather than before (:issue:`6744`)
+
.. _vp1p7p1:
v1.7.1