summaryrefslogtreecommitdiffstats
path: root/main/_sources
diff options
context:
space:
mode:
Diffstat (limited to 'main/_sources')
-rw-r--r--main/_sources/changelog.rst.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/_sources/changelog.rst.txt b/main/_sources/changelog.rst.txt
index 1ba60bd2..049a0f8a 100644
--- a/main/_sources/changelog.rst.txt
+++ b/main/_sources/changelog.rst.txt
@@ -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.