aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-04-19 13:47:36 +0100
committerGravatar Chris Lovering <[email protected]>2022-04-19 13:47:36 +0100
commitfab7da4b9bfbd879e051385575ed04c39e8227ad (patch)
tree771188ed33160badbada09658150d3e14ecc2031 /CHANGELOG.md
parentMerge pull request #60 from python-discord/dependabot/pip/flake8-annotations-... (diff)
Bump discord.py to https://github.com/Rapptz/discord.py/tree/987235d5649e7c2b1a927637bab6547244ecb2cf
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47805c6b..fb64f6bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 6.0.0 19th April 2022
+- Breaking: Bump discord.py to [987235d5649e7c2b1a927637bab6547244ecb2cf](https://github.com/Rapptz/discord.py/archive/987235d5649e7c2b1a927637bab6547244ecb2cf.zip)
+ - This reverts a change to help command behaviour that broke our custom pagination
+ - This also adds basic forum channel support to discord.py
+
## 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.