diff options
author | 2022-06-30 19:52:33 +0100 | |
---|---|---|
committer | 2022-06-30 19:52:33 +0100 | |
commit | 259eeb84f1d935e5254acbf673144f0b98aad965 (patch) | |
tree | 0a60df03a7c35df52ee7fe3e3893c84ab16af001 /docs/changelog.rst | |
parent | Merge pull request #91 from python-discord/misc-bug-fixes (diff) | |
parent | Don't try to connect to statsd_url if it's None (diff) |
Merge pull request #96 from python-discord/dont-connect-statsd-if-nonev7.2.1
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 2 |
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. |