diff options
| author | Rapptz <[email protected]> | 2020-04-04 01:47:01 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-04-04 01:47:01 -0400 |
| commit | 465438fb3c93719cebfe9243c6a5e3e8bcd1e630 (patch) | |
| tree | 15906b15026fe9099a2635a7c40f71761ccffb19 | |
| parent | Change default close code to 4000 instead of 1000. (diff) | |
| download | discord.py-465438fb3c93719cebfe9243c6a5e3e8bcd1e630.tar.xz discord.py-465438fb3c93719cebfe9243c6a5e3e8bcd1e630.zip | |
Add changelog for v1.3.3
| -rw-r--r-- | docs/whats_new.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 396e3ad5..d3704322 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,19 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp1p3p3: + +v1.3.3 +-------- + +Bug Fixes +~~~~~~~~~~~~ + +- Change default WS close to 4000 instead of 1000. + - The previous close code caused sessions to be invalidated at a higher frequency than desired. + +- Fix ``None`` appearing in ``Member.activities``. (:issue:`2619`) + .. _vp1p3p2: v1.3.2 |