From 07720fabd469484239902653f794d8da90cd02e8 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 22 Feb 2020 19:33:27 -0500 Subject: [PATCH] Add changelog for v1.3.2 --- docs/whats_new.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 0c7596e2a..396e3ad55 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,24 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp1p3p2: + +v1.3.2 +--------- + +Another minor bug fix release. + +Bug Fixes +~~~~~~~~~~~ + +- Higher the wait time during the ``GUILD_CREATE`` stream before ``on_ready`` is fired for :class:`AutoShardedClient`. +- :func:`on_voice_state_update` now uses the inner ``member`` payload which should make it more reliable. +- Fix various Cloudflare handling errors (:issue:`2572`, :issue:`2544`) +- Fix crashes if :attr:`Message.guild` is :class:`Object` instead of :class:`Guild`. +- Fix :meth:`Webhook.send` returning an empty string instead of ``None`` when ``wait=False``. +- Fix invalid format specifier in webhook state (:issue:`2570`) +- |commands| Passing invalid permissions to permission related checks now raises ``TypeError``. + .. _vp1p3p1: v1.3.1