diff options
author | 2022-06-30 18:27:10 +0000 | |
---|---|---|
committer | 2022-06-30 18:27:10 +0000 | |
commit | 5c773a62b4bbe9958d8c217940d13518ad6337f9 (patch) | |
tree | 69be66561e4cbd7d30daf92c29726ce8ec63a801 /main/_sources | |
parent | Deploying to docs from @ python-discord/bot-core@17faeb4cdd58d174382a04424b3e... (diff) |
Deploying to docs from @ python-discord/bot-core@6e4d9fce6b02ab14528ea239b4eb0821b6c87140 🚀
Diffstat (limited to 'main/_sources')
-rw-r--r-- | main/_sources/changelog.rst.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/_sources/changelog.rst.txt b/main/_sources/changelog.rst.txt index cba9e090..1ba60bd2 100644 --- a/main/_sources/changelog.rst.txt +++ b/main/_sources/changelog.rst.txt @@ -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>`: |