diff options
author | 2022-06-30 19:26:04 +0100 | |
---|---|---|
committer | 2022-06-30 19:26:04 +0100 | |
commit | 6e4d9fce6b02ab14528ea239b4eb0821b6c87140 (patch) | |
tree | 5bdd92652f52dec50761eb206f9a38229c6c0c9b /docs/changelog.rst | |
parent | Merge pull request #95 from python-discord/dependabot/pip/urllib3-1.26.5 (diff) | |
parent | Merge branch 'main' into misc-bug-fixes (diff) |
Merge pull request #91 from python-discord/misc-bug-fixes
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index cba9e090..1ba60bd2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,11 @@ 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.2.0 <28th June 2022>` - :support:`93` Bump Discord.py to :literal-url:`0eb3d26 <https://github.com/Rapptz/discord.py/commit/0eb3d26343969a25ffc43ba72eca42538d2e7e7a>`: |