You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/whats_new.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,18 @@ Changelog
11
11
This page keeps a detailed human friendly rendering of what's new and changed
12
12
in specific versions.
13
13
14
+
.. _vp1p7p2:
15
+
16
+
v1.7.2
17
+
-------
18
+
19
+
Bug Fixes
20
+
~~~~~~~~~~~
21
+
22
+
- Fix ``fail_if_not_exists`` causing certain message references to not be usable within :meth:`abc.Messageable.send` and :meth:`Message.reply` (:issue:`6726`)
23
+
- Fix :meth:`Guild.chunk` hanging when the user left the guild. (:issue:`6730`)
24
+
- Fix loop sleeping after final iteration rather than before (:issue:`6744`)
0 commit comments