From 58193d18c5d8dfe78be1bb8d531a302fe4285d4b Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 27 Aug 2022 19:47:06 -0400 Subject: [PATCH] Add changelogs for v2.0.1 --- docs/whats_new.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/whats_new.rst b/docs/whats_new.rst index d1759cee8..c8bd33e84 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,23 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp2p0p1: + +v2.0.1 +------- + +Bug Fixes +~~~~~~~~~~ + +- Fix ``cchardet`` being installed on Python >=3.10 when using the ``speed`` extras. +- Fix :class:`ui.View` timeout updating when the :meth:`ui.View.interaction_check` failed. +- Fix :meth:`app_commands.CommandTree.on_error` not triggering if :meth:`~app_commands.CommandTree.interaction_check` raises. +- Fix ``__main__`` script to use ``importlib.metadata`` instead of the deprecated ``pkg_resources``. +- Fix library callbacks triggering a type checking error if the parameter names were different. + - This required a change in the :ref:`version_guarantees` + +- |commands| Fix Python 3.10 union types not working with :class:`commands.Greedy `. + .. _vp2p0p0: v2.0.0