aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-06-30 19:21:41 +0100
committerGravatar Chris Lovering <[email protected]>2022-06-30 19:29:34 +0100
commit6fb4b8c8e15adda4cbcfc692e49af74589ce41d8 (patch)
tree0a60df03a7c35df52ee7fe3e3893c84ab16af001 /docs/changelog.rst
parentMerge pull request #91 from python-discord/misc-bug-fixes (diff)
Don't try to connect to statsd_url if it's None
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 1ba60bd2..049a0f8a 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,8 @@
Changelog
=========
+- :release:`7.2.1 <30th June 2022>`
+- :bug:`96` Fix attempts to connect to ``BotBase.statsd_url`` when it is None.
- :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.