diff options
| author | 2022-04-19 17:12:42 +0100 | |
|---|---|---|
| committer | 2022-04-19 17:12:42 +0100 | |
| commit | 98a5cc0f48aa58072f78e3faee90c0b0510f1723 (patch) | |
| tree | 63195f9e3dd83f39ae45b219038c121d4d0e2710 /CHANGELOG.md | |
| parent | Merge pull request #60 from python-discord/dependabot/pip/flake8-annotations-... (diff) | |
| parent | Bump 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.md | 5 |
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. |