Skip to content

Commit

Permalink
Add changelogs for v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz committed Aug 27, 2022
1 parent e62473a commit 58193d1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <discord.ext.commands.Greedy>`.

.. _vp2p0p0:

v2.0.0
Expand Down

0 comments on commit 58193d1

Please sign in to comment.