aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2019-10-17 20:46:29 -0400
committerRapptz <[email protected]>2019-10-17 20:48:44 -0400
commit1fdd41cfcd5aaaf521cbc0412d67b519ad37dc35 (patch)
tree036cd0c0fc90929f4e7dfbe95c542316ee755228 /docs
parentPrevent premium_subscription_count being None (diff)
downloaddiscord.py-1fdd41cfcd5aaaf521cbc0412d67b519ad37dc35.tar.xz
discord.py-1fdd41cfcd5aaaf521cbc0412d67b519ad37dc35.zip
Add changelog for v1.2.4
Diffstat (limited to 'docs')
-rw-r--r--docs/whats_new.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst
index 7fc8aa06..de74bf2e 100644
--- a/docs/whats_new.rst
+++ b/docs/whats_new.rst
@@ -11,6 +11,21 @@ Changelog
This page keeps a detailed human friendly rendering of what's new and changed
in specific versions.
+.. _vp1p2p4:
+
+v1.2.4
+--------
+
+Bug Fixes
+~~~~~~~~~~~
+
+- Fix a regression when :attr:`Message.channel` would be ``None``.
+- Fix a regression where :attr:`Message.edited_at` would not update during edits.
+- Fix a crash that would trigger during message updates (:issue:`2265`, :issue:`2287`).
+- Fix a bug when :meth:`VoiceChannel.connect` would not return (:issue:`2274`, :issue:`2372`, :issue:`2373`, :issue:`2377`).
+- Fix a crash relating to token-less webhooks (:issue:`2364`).
+- Fix issue where :attr:`Guild.premium_subscription_count` would be ``None`` due to a Discord bug. (:issue:`2331`, :issue:`2376`).
+
.. _vp1p2p3:
v1.2.3