From b6a888d218276d473f29a2cf5d413843cb156b1a Mon Sep 17 00:00:00 2001 From: Amrou Bellalouna Date: Wed, 20 Mar 2024 20:13:48 +0100 Subject: Extract original error upon exceptions, if any (#209) --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/changelog.rst b/docs/changelog.rst index 7c29c649..e68d63c3 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,7 @@ Changelog ========= +- :bug:`209` Extract original error from :obj:`discord.ext.commands.errors.CommandInvokeError` before handling it. - :release:`11.0.0 <18th March 2024>` - :breaking:`208` Split ``fakeredis`` optional dependency from the ``async-rediscache`` extra. You can now install with ``[fakeredis]`` to just install fakeredis (with lua support), ``[async-rediscache]`` to install just ``async-rediscache``, or use either ``[all]`` or ``[async-rediscache,fakeredis]`` to install both. This allows users who do no rely on fakeredis to install in 3.12 environments. - :support:`208` Add support for Python 3.12. Be aware, at time of writing, our usage of fakeredis does not currently support 3.12. This is due to :literal-url:`this lupa issue`. Lupa is required by async-rediscache for lua script support within fakeredis. As such, fakeredis can not be installed in a Python 3.12 environment. -- cgit v1.2.3