diff options
| author | 2022-04-20 23:24:41 +0100 | |
|---|---|---|
| committer | 2022-04-20 23:24:41 +0100 | |
| commit | 7d4784edae5e70322545e9523a945ed7a849d5bb (patch) | |
| tree | 7ac7e742f65424cc692817f9c2d6112dc16d15d2 /CHANGELOG.md | |
| parent | Merge pull request #64 from python-discord/bump-d.py (diff) | |
| parent | Add unqualify to the utils namespace (diff) | |
Merge pull request #65 from python-discord/Add-unqualify-to-the-util-namespacev6.1.0
Add unqualify to the utils namespace
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b21e62..ed66f70b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 6.1.0 20th April 2022 +- Feature: Add `unqualify` to the `botcore.utils` namespace for use in bots that manipulate extensions + ## 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 |