aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-06-30 19:26:04 +0100
committerGravatar GitHub <[email protected]>2022-06-30 19:26:04 +0100
commit6e4d9fce6b02ab14528ea239b4eb0821b6c87140 (patch)
tree5bdd92652f52dec50761eb206f9a38229c6c0c9b /docs/changelog.rst
parentMerge pull request #95 from python-discord/dependabot/pip/urllib3-1.26.5 (diff)
parentMerge 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.rst5
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>`: