aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-08-09 01:12:32 -0400
committerRapptz <[email protected]>2020-08-09 01:12:32 -0400
commit6388bc7b295791ca43e62ef9257c8825c562f606 (patch)
tree5cca5496886bf1df897d281a5be88208cf85cde6 /docs
parentExtend __path__ with pkgutil to allow editable extensions (diff)
downloaddiscord.py-6388bc7b295791ca43e62ef9257c8825c562f606.tar.xz
discord.py-6388bc7b295791ca43e62ef9257c8825c562f606.zip
Add changelog for 1.4.1
Diffstat (limited to 'docs')
-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 ea5f9a93..3cb60ffa 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.
+.. _vp1p4p1:
+
+v1.4.1
+--------
+
+Bug Fixes
+~~~~~~~~~~~
+
+- Properly terminate the connection when :meth:`Client.close` is called (:issue:`5207`)
+- Fix error being raised when clearing embed author or image when it was already cleared (:issue:`5210`, :issue:`5212`)
+- Fix ``__path__`` to allow editable extensions (:issue:`5213`)
+
.. _vp1p4p0:
v1.4.0