aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2022-04-26 13:17:25 +0400
committerGravatar GitHub <[email protected]>2022-04-26 13:17:25 +0400
commita89043f08a7eec136e29f7e34e84c620f066ffea (patch)
treea08452f1cc54b49ae7ca46ee7a63ff30f3afdc3c /CHANGELOG.md
parentMerge pull request #69 from python-discord/actually-use-statsd_url (diff)
parentBump d.py to fix Guild.chunk() (diff)
Merge pull request #72 from python-discord/bump-d.pyv6.4.0
Bump d.py to fix Guild.chunk()
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e819feae..3a6841cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## 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.
+
## 6.3.2 25th April 2022
- Fix: Actually use `statsd_url` when it gets passed to `BotBase`.