diff options
| author | Rapptz <[email protected]> | 2021-04-05 21:21:29 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2021-04-05 21:39:35 -0400 |
| commit | 8da6b47a36bde3053ea0cc1aa89a442f57def59d (patch) | |
| tree | c3a24b9697ce2b72c530d7bf3e16ecffe139baa5 | |
| parent | [commands] Fix logic in Cog.has_error_handler() (diff) | |
| download | discord.py-8da6b47a36bde3053ea0cc1aa89a442f57def59d.tar.xz discord.py-8da6b47a36bde3053ea0cc1aa89a442f57def59d.zip | |
Update changelog for v1.7.1
| -rw-r--r-- | docs/whats_new.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/whats_new.rst b/docs/whats_new.rst index 091f3b1c..8100fb92 100644 --- a/docs/whats_new.rst +++ b/docs/whats_new.rst @@ -11,6 +11,16 @@ Changelog This page keeps a detailed human friendly rendering of what's new and changed in specific versions. +.. _vp1p7p1: + +v1.7.1 +------- + +Bug Fixes +~~~~~~~~~~~ + +- |commands| Fix :meth:`Cog.has_error_handler <ext.commands.Cog.has_error_handler>` not working as intended. + .. _vp1p7p0: v1.7.0 |