aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-18 16:57:44 +0100
committerGravatar GitHub <[email protected]>2022-04-18 16:57:44 +0100
commit1ca68b789a9a62a46686c5704753cf4d0f29c758 (patch)
tree72617275475175d2aefc853d839483e8b43da426 /CHANGELOG.md
parentMerge pull request #57 from python-discord/dependabot/pip/furo-2022.4.7 (diff)
parentBump version number and log change (diff)
Merge pull request #56 from python-discord/minor-fixes-to-BotBase
Minor fixes to BotBase
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b041bad6..3779ad32 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 5.0.2 5th April 2022
+- Fix: Create a dummy `AsyncstatsdClient` before connecting to real url, in case a connection cannot be made on init.
+- Fix: Move the creation of the `asyncio.Event`, `BotBase._guild_available` to within the setup hook, to avoid a deprecation notice.
+
+## 5.0.1 2nd April 2022
+- Fix: Move creation of BotBase's `aiohttp.AsyncResolver` to the async setup hook, to avoid deprecation notice
+
## 5.0.0 2nd April 2022
- Breaking: Remove public extensions util
- Feature: Add `BotBase`, a `discord.ext.commands.Bot` sub-class, which abstracts a lot of logic shared between our bots