summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-05-10 23:25:42 +0400
committerGravatar Hassan Abouelela <[email protected]>2022-05-10 23:25:42 +0400
commit99e36e740d7f0194878be43e4e1dada36b920e9a (patch)
tree7ad15695204f05785cc5bc12d94ac83e4892e083
parentFix Discord Invite Regex Docs (diff)
Changelog Discord Invite Regex Changes
Signed-off-by: Hassan Abouelela <[email protected]>
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a6841cb..c251c35a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 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.
+
## 6.4.0 26th April 2022
- Feature: Bump discord.py to `[5a06fa5](https://github.com/Rapptz/discord.py/tree/5a06fa5f3e28d2b7191722e1a84c541560008aea)`
- Notably, one of the commits in this bump dynamically extends the timeout of `Guild.chunk()` based on the number or members, so it should actually work on our guild now.