diff options
| author | Rapptz <[email protected]> | 2019-04-10 01:05:47 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2019-04-10 01:05:47 -0400 |
| commit | 5b99e7d6f428eec23a5f3be046e7187329ab1aa7 (patch) | |
| tree | 2c513386b0ca0f770b1f606895ec4ed6d80f4dd8 /docs/whats_new.rst | |
| parent | Version bump to v1.0.1 (diff) | |
| download | discord.py-5b99e7d6f428eec23a5f3be046e7187329ab1aa7.tar.xz discord.py-5b99e7d6f428eec23a5f3be046e7187329ab1aa7.zip | |
Update changelogv1.0.1
Diffstat (limited to 'docs/whats_new.rst')
| -rw-r--r-- | docs/whats_new.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 7130841f..753a3388 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -8,6 +8,18 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp1p0p1: + +v1.0.1 +-------- + +Bug Fixes +~~~~~~~~~~~ + +- Fix issue with speaking state being cast to ``int`` when it was invalid. +- Fix some issues with loop cleanup that some users experienced on Linux machines. +- Fix voice handshake race condition (:issue:`2056`, :issue:`2063`) + .. _vp1p0p0: v1.0.0 |