aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-04-18 22:38:49 +0100
committerGravatar Chris Lovering <[email protected]>2022-04-18 23:09:30 +0100
commit8cff0d143fa64fd947ee9607745c32a6a96a7312 (patch)
tree0b9639d5c00e1a2be910560885266c71860e5461 /CHANGELOG.md
parentMerge pull request #61 from python-discord/redis-reconnect-on-setup (diff)
Allow passing an api_client kwarg to BotBase
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f78ef928..47805c6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## 5.0.4 18th April 2022
+- Feature: Allow passing an `api_client` to `BotBase`.`__init__` to specify the `botcore.site_api.APIClient` instance to use.
+
## 5.0.3 18th April 2022
- Fix: Reconnect to redis session on setup if it is closed.