diff options
| author | 2022-05-24 17:06:26 +0100 | |
|---|---|---|
| committer | 2022-05-24 17:07:38 +0100 | |
| commit | 64965caf55f06c0634b0048481c81f935f27a51b (patch) | |
| tree | 8dc084880948c47a39bdf76848c51c0c710c3af0 /CHANGELOG.md | |
| parent | Bump Project Version To v7.0.0 (diff) | |
Bump Discord.py to 4cbe8f5
This fixes a bug with permission resolution when dealing with timed out members.
Discord.py have also removed the /master/ URL for docs, and are now surfacing all docs at /latest/
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c251c35a..e6c217f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 7.1.0 24th May 2022 +- Feature: Bump Discord.py to [`4cbe8f5`](https://github.com/Rapptz/discord.py/tree/4cbe8f58e16f6a76371ce45a69e0832130d6d24f) + - This fixes a bug with permission resolution when dealing with timed out members. + ## 7.0.0 10th May 2022 - Fix: Capture all characters up to a whitespace in the Discord Invite regex. - Breaking: Discord invite regex no longer returns a URL safe result, refer to documentation for safely handling it. |