diff options
| author | Rapptz <[email protected]> | 2020-02-22 19:33:27 -0500 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2020-02-22 19:33:27 -0500 |
| commit | 07720fabd469484239902653f794d8da90cd02e8 (patch) | |
| tree | 41c931e632d581e067b871411d9cdae18f7dc0f3 | |
| parent | Suppress missing Content-Type headers when fetching content (diff) | |
| download | discord.py-07720fabd469484239902653f794d8da90cd02e8.tar.xz discord.py-07720fabd469484239902653f794d8da90cd02e8.zip | |
Add changelog for v1.3.2
| -rw-r--r-- | docs/whats_new.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 0c7596e2..396e3ad5 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 |