aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-03-24 21:10:18 +0000
committerGravatar Chris Lovering <[email protected]>2024-03-24 21:10:18 +0000
commit7a3d1345fc8bc6c164aa72ff59342f7b34396e18 (patch)
treed664611b4a1b0071cbfddf7ed287913b44f590a7
parentRemove the requirement for <3.12 for fakeredis (diff)
Add changelog entry for fakeredis 3.12 support
-rw-r--r--docs/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index b3d923f1..3487c7f9 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,8 @@
Changelog
=========
+- :support:`210` Drop the restriction that meant fakeredis could not be installed on Python 3.12 as lupa now supports 3.12
+
- :release:`11.0.1 <20th March 2024>`
- :bug:`209` Extract original error from :obj:`discord.ext.commands.errors.CommandInvokeError` before handling it.