summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-03-19 11:00:12 -0700
committerDavid Lord <davidism@gmail.com>2022-03-19 11:00:12 -0700
commit7d3a871eb71694e99438254686c139122bc4be64 (patch)
treee784f20837959b7e9382b2cbbe7e96b63fac254a /CHANGES.rst
parentbf9da4838986af3bc09a1b16974d154c61dcbe3f (diff)
downloadclick-7d3a871eb71694e99438254686c139122bc4be64.tar.gz
group without command passes return value to result callback
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 8662316..0a9661a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -45,6 +45,9 @@ Version 8.1.0
:issue:`2131`.
- ``@command`` decorator is annotated as returning the correct type if
a ``cls`` argument is used. :issue:`2211`
+- A ``Group`` with ``invoke_without_command=True`` and ``chain=False``
+ will invoke its result callback with the group function's return
+ value. :issue:`2124`
Version 8.0.4