summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorGianluca Gippetto <gianluca.gippetto@gmail.com>2021-06-18 15:43:37 +0200
committerDavid Lord <davidism@gmail.com>2022-02-20 08:57:45 -0800
commitf85a35daa401b1aa2e9303e092890884fd11a890 (patch)
tree13b84b2c729bdce5877a84fb131c70332332523b /CHANGES.rst
parent166b31261f55ba3126456bbc2ff9e16142115e56 (diff)
downloadclick-f85a35daa401b1aa2e9303e092890884fd11a890.tar.gz
param=None is the same as not passing the param
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 93db491..c11361c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,6 +24,9 @@ Version 8.1.0
:issue:`1961`
- ``Command.show_default`` overrides ``Context.show_default``, instead
of the other way around. :issue:`1963`
+- Parameter decorators and ``@group`` handles ``cls=None`` the same as
+ not passing ``cls``. ``@option`` handles ``help=None`` the same as
+ not passing ``help``. :issue:`#1959`
Version 8.0.4