diff options
| author | 2022-04-20 23:19:20 +0100 | |
|---|---|---|
| committer | 2022-04-20 23:22:28 +0100 | |
| commit | aa43f9d53cf9ff1b7f11563c5fd44d6d600a6f33 (patch) | |
| tree | 7ac7e742f65424cc692817f9c2d6112dc16d15d2 /CHANGELOG.md | |
| parent | Merge pull request #64 from python-discord/bump-d.py (diff) | |
Add unqualify to the utils namespace
This is for bots that want to use the unqualify function for their own extension cogs
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  |