From 5b99e7d6f428eec23a5f3be046e7187329ab1aa7 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 10 Apr 2019 01:05:47 -0400 Subject: [PATCH] Update changelog --- docs/conf.py | 2 +- docs/whats_new.rst | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 58c32c3fb..af09c7e9e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ extensions = [ autodoc_member_order = 'bysource' extlinks = { - 'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'issue '), + 'issue': ('https://github.com/Rapptz/discord.py/issues/%s', 'GH-'), } # Links used for cross-referencing stuff in other documentation diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 7130841f6..753a3388a 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