aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-19 10:30:14 +0100
committerGravatar GitHub <[email protected]>2022-04-19 10:30:14 +0100
commitc41598efa298a2bb2e1c37f893b51de39783757b (patch)
tree0b9639d5c00e1a2be910560885266c71860e5461 /CHANGELOG.md
parentMerge pull request #61 from python-discord/redis-reconnect-on-setup (diff)
parentAllow passing an api_client kwarg to BotBase (diff)
Merge pull request #63 from python-discord/BotBase-api_client-kwargv5.0.4
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.