aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-04-19 17:12:42 +0100
committerGravatar GitHub <[email protected]>2022-04-19 17:12:42 +0100
commit98a5cc0f48aa58072f78e3faee90c0b0510f1723 (patch)
tree63195f9e3dd83f39ae45b219038c121d4d0e2710 /CHANGELOG.md
parentMerge pull request #60 from python-discord/dependabot/pip/flake8-annotations-... (diff)
parentBump sphinx-autodoc-typehints to 1.18.1 (diff)
Merge pull request #64 from python-discord/bump-d.pyv6.0.0
Bump d.py
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..f4b21e62 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/tree/987235d5649e7c2b1a927637bab6547244ecb2cf)
+ - 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.