diff options
author | 2024-03-24 21:10:18 +0000 | |
---|---|---|
committer | 2024-03-24 21:10:18 +0000 | |
commit | 7a3d1345fc8bc6c164aa72ff59342f7b34396e18 (patch) | |
tree | d664611b4a1b0071cbfddf7ed287913b44f590a7 | |
parent | Remove the requirement for <3.12 for fakeredis (diff) |
Add changelog entry for fakeredis 3.12 support
-rw-r--r-- | docs/changelog.rst | 2 |
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. |