summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2022-01-05 21:16:43 -0600
committerDavid Lord <davidism@gmail.com>2022-03-19 11:26:19 -0700
commite0033315510510acdba14e880a361ccca091fb4b (patch)
tree17863979ec71e96da227dc9fcdee57e66229638c /CHANGES.rst
parent19be092b6db4e4300e31906498e354ec0adf870c (diff)
downloadclick-e0033315510510acdba14e880a361ccca091fb4b.tar.gz
fix ParamType.to_info_dict() with no name
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0a9661a..91b9ec1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -48,6 +48,8 @@ Version 8.1.0
- A ``Group`` with ``invoke_without_command=True`` and ``chain=False``
will invoke its result callback with the group function's return
value. :issue:`2124`
+- ``to_info_dict`` will not fail if a ``ParamType`` doesn't define a
+ ``name``. :issue:`2168`
Version 8.0.4