diff options
author | 2022-06-26 20:18:46 +0400 | |
---|---|---|
committer | 2022-06-26 20:18:46 +0400 | |
commit | 83ed6bd6b361dc8f0dace67ebd3f5a5e92fad39f (patch) | |
tree | 562f7f69bab5217d57ecea31992428c57af05185 /docs | |
parent | Declare Static Method (diff) |
Changelog Miscellaneous Bug Fixes
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index e666a266..01ce2a7c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,12 @@ Changelog ========= +- :bug:`91` Fix incorrect docstring for ``botcore.utils.member.handle_role_change``. +- :bug:`91` Pass missing self parameter to ``BotBase.ping_services``. +- :bug:`91` Add missing await to ``BotBase.ping_services`` in some cases. + + +- :release:`7.1.3 <30th May 2022>` 79 - :support:`79` Add `sphinx-multiversion <https://pypi.org/project/sphinx-multiversion/>`_ to make available older doc versions. - :support:`79` Restore on-site changelog. |