summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-02-20 09:00:13 -0800
committerGitHub <noreply@github.com>2022-02-20 09:00:13 -0800
commitc9c406bebdf2b027864216fb881278a8bfa14bb8 (patch)
tree13b84b2c729bdce5877a84fb131c70332332523b /CHANGES.rst
parent166b31261f55ba3126456bbc2ff9e16142115e56 (diff)
parentf85a35daa401b1aa2e9303e092890884fd11a890 (diff)
downloadclick-c9c406bebdf2b027864216fb881278a8bfa14bb8.tar.gz
Merge pull request #1965 from janluke/fix/handle-none
Across the codebase, handle the case a keyword argument is provided but set to `None`
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