From f85a35daa401b1aa2e9303e092890884fd11a890 Mon Sep 17 00:00:00 2001 From: Gianluca Gippetto Date: Fri, 18 Jun 2021 15:43:37 +0200 Subject: param=None is the same as not passing the param --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.rst') 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 -- cgit v1.2.1