summaryrefslogtreecommitdiffstats
path: root/main/_sources
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2022-06-30 18:55:22 +0000
committerGravatar ChrisLovering <[email protected]>2022-06-30 18:55:22 +0000
commitaaaebc9d8a0a3c27ba59fb9873fff71b79ecc36d (patch)
treef6953f0fd9c38c217d60600619faead441d0eb23 /main/_sources
parentDeploying to docs from @ python-discord/bot-core@6e4d9fce6b02ab14528ea239b4eb... (diff)
Deploying to docs from @ python-discord/bot-core@259eeb84f1d935e5254acbf673144f0b98aad965 🚀
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.