diff options
| author | Rapptz <[email protected]> | 2020-01-26 17:40:08 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-01-26 17:40:08 -0500 |
| commit | 090110eaf6c6d34d5a0ae171ff6eb688ce5af352 (patch) | |
| tree | 491147df2f85aa811c039650fcdbb6e1623efec2 | |
| parent | Downgrade unknown event logging to DEBUG rather than WARNING (diff) | |
| download | discord.py-090110eaf6c6d34d5a0ae171ff6eb688ce5af352.tar.xz discord.py-090110eaf6c6d34d5a0ae171ff6eb688ce5af352.zip | |
Add changelog for v1.3.1
| -rw-r--r-- | docs/whats_new.rst | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 9886db84..0c7596e2 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,25 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp1p3p1: + +v1.3.1 +-------- + +Minor bug fix release. + +Bug Fixes +~~~~~~~~~~~ + +- Fix fetching invites in guilds that the user is not in. +- Fix the channel returned from :meth:`Client.fetch_channel` raising when sending messages. (:issue:`2531`) + +Miscellaneous +~~~~~~~~~~~~~~ + +- Fix compatibility warnings when using the Python 3.9 alpha. +- Change the unknown event logging from WARNING to DEBUG to reduce noise. + .. _vp1p3p0: v1.3.0 |