summaryrefslogtreecommitdiffstats
path: root/main/_sources
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2022-07-09 18:34:00 +0000
committerGravatar ChrisLovering <[email protected]>2022-07-09 18:34:00 +0000
commit4af272b88d3ae84d32e708f3f1ed474130ca2fae (patch)
treeb53e48ee1f1f6cab57c41ef3045a3b835889febe /main/_sources
parentDeploying to docs from @ python-discord/bot-core@259eeb84f1d935e5254acbf67314... (diff)
Deploying to docs from @ python-discord/bot-core@70bdf0f7e50cf182390dbeed38232438d54ea16e 🚀
Diffstat (limited to 'main/_sources')
-rw-r--r--main/_sources/changelog.rst.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/_sources/changelog.rst.txt b/main/_sources/changelog.rst.txt
index 049a0f8a..9d74eee8 100644
--- a/main/_sources/changelog.rst.txt
+++ b/main/_sources/changelog.rst.txt
@@ -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``.