From 465438fb3c93719cebfe9243c6a5e3e8bcd1e630 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 4 Apr 2020 01:47:01 -0400 Subject: [PATCH] Add changelog for v1.3.3 --- docs/whats_new.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 396e3ad55..d37043229 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