aboutsummaryrefslogtreecommitdiff
path: root/docs/whats_new.rst
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-10-19 19:42:54 -0400
committerRapptz <[email protected]>2020-10-19 19:42:54 -0400
commit0be2d37e7aa227be22947ef6eb18721eb0b6a37f (patch)
tree1671c1090e86c343b6a5f70d2a323265f72d2566 /docs/whats_new.rst
parentFix error when querying members from the gateway. (diff)
downloaddiscord.py-0be2d37e7aa227be22947ef6eb18721eb0b6a37f.tar.xz
discord.py-0be2d37e7aa227be22947ef6eb18721eb0b6a37f.zip
Add changelog for v1.5.1
Diffstat (limited to 'docs/whats_new.rst')
-rw-r--r--docs/whats_new.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst
index 571f0c47..ebee8c28 100644
--- a/docs/whats_new.rst
+++ b/docs/whats_new.rst
@@ -11,6 +11,31 @@ Changelog
This page keeps a detailed human friendly rendering of what's new and changed
in specific versions.
+.. _vp1p5p1:
+
+v1.5.1
+-------
+
+Bug Fixes
+~~~~~~~~~~~
+
+- Fix :func:`utils.escape_markdown` not escaping quotes properly (:issue:`5897`)
+- Fix :class:`Message` not being hashable (:issue:`5901`, :issue:`5866`)
+- Fix moving channels to the end of the channel list (:issue:`5923`)
+- Fix seemingly strange behaviour in ``__eq__`` for :class:`PermissionOverwrite` (:issue:`5929`)
+- Fix aliases showing up in ``__iter__`` for :class:`Intents` (:issue:`5945`)
+- Fix the bot disconnecting from voice when moving them to another channel (:issue:`5904`)
+- Fix attribute errors when chunking times out sometimes during delayed on_ready dispatching.
+- Ensure that the bot's own member is not evicted from the cache (:issue:`5949`)
+
+Miscellaneous
+~~~~~~~~~~~~~~
+
+- Members are now loaded during ``GUILD_MEMBER_UPDATE`` events if :attr:`MemberCacheFlags.joined` is set. (:issue:`5930`)
+- |commands| :class:`MemberConverter <ext.commands.MemberConverter>` now properly lazily fetches members if not available from cache.
+ - This is the same as having ``discord.Member`` as the type-hint.
+- :meth:`Guild.chunk` now allows concurrent calls without spamming the gateway with requests.
+
.. _vp1p5p0:
v1.5.0