diff options
| author | Rapptz <[email protected]> | 2020-07-22 23:37:33 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-07-22 23:37:33 -0400 |
| commit | 2628949cda29e424f52fbfe8a2889430fa6f3855 (patch) | |
| tree | daa99cb2c75c4af7add9e18c4fda5e5661e245bd /docs | |
| parent | Fix typo in on_socket_raw_send documentation (diff) | |
| download | discord.py-2628949cda29e424f52fbfe8a2889430fa6f3855.tar.xz discord.py-2628949cda29e424f52fbfe8a2889430fa6f3855.zip | |
Add a changelog entry for v1.3.4
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/whats_new.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index d3704322..57aaeb24 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,16 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp1p3p4: + +v1.3.4 +-------- + +Bug Fixes +~~~~~~~~~~~ + +- Fix an issue with channel overwrites causing multiple issues including crashes (:issue:`5109`) + .. _vp1p3p3: v1.3.3 |