summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJonxslays <51417989+Jonxslays@users.noreply.github.com>2022-04-22 05:06:51 -0700
committerDavid Lord <davidism@gmail.com>2022-04-26 07:35:13 -0700
commit4695370071b543f6261fcaa26705323ae064050b (patch)
tree429311d5ce75a9f582439e156523278fc1c22ad3 /CHANGES.rst
parent6f35455ddf500d57aa746a4dc06d812ca535dd0e (diff)
downloadclick-4695370071b543f6261fcaa26705323ae064050b.tar.gz
use verbose Callable for @command and @group
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f79a531..a618f5a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,6 +5,9 @@ Version 8.1.3
Unreleased
+- Use verbose form of ``typing.Callable`` for ``@command`` and
+ ``@group``. :issue:`2255`
+
Version 8.1.2
-------------