diff options
author | 2022-07-09 19:29:07 +0100 | |
---|---|---|
committer | 2022-07-09 19:29:07 +0100 | |
commit | 7a43f2390b117f759fff080207fb9c75a9ab66e6 (patch) | |
tree | 64cde33e3eb080d970ed1a63185d0a64ccaac025 /docs | |
parent | Merge pull request #96 from python-discord/dont-connect-statsd-if-none (diff) |
Only close stats._transport if BotBase.stats was created
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 049a0f8a..9d74eee8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog ========= +- :release:`7.2.2 <9th July 2022>` +- :bug:`98` Only close ``BotBase.stats._transport`` if ``BotBase.stats`` was created + + - :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``. |