mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-10 07:49:48 +00:00
Update changelog
This commit is contained in:
parent
37e6b53216
commit
5b99e7d6f4
@ -43,7 +43,7 @@ extensions = [
|
|||||||
autodoc_member_order = 'bysource'
|
autodoc_member_order = 'bysource'
|
||||||
|
|
||||||
extlinks = {
|
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
|
# Links used for cross-referencing stuff in other documentation
|
||||||
|
@ -8,6 +8,18 @@ Changelog
|
|||||||
This page keeps a detailed human friendly rendering of what's new and changed
|
This page keeps a detailed human friendly rendering of what's new and changed
|
||||||
in specific versions.
|
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:
|
.. _vp1p0p0:
|
||||||
|
|
||||||
v1.0.0
|
v1.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user