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 21:01:59 -0400
commitbf3e0a94b85266c177b34f2d597e32cfd99a9263 (patch)
tree93da4b6d7da839f24a47b1a644ec87629ab21204 /docs
parentdocs: `on_guild_emojis_update` is a `Sequence` (diff)
downloaddiscord.py-bf3e0a94b85266c177b34f2d597e32cfd99a9263.tar.xz
discord.py-bf3e0a94b85266c177b34f2d597e32cfd99a9263.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