summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorGianluca Gippetto <gianluca.gippetto@gmail.com>2021-07-04 16:31:06 +0200
committerDavid Lord <davidism@gmail.com>2022-02-20 10:40:38 -0800
commit2c70a0c15a3c154c587e351062be66bb75cbf3f2 (patch)
tree845f18371db3bba5139cb961bceabd3c1ce9ac06 /CHANGES.rst
parentc9c406bebdf2b027864216fb881278a8bfa14bb8 (diff)
downloadclick-2c70a0c15a3c154c587e351062be66bb75cbf3f2.tar.gz
Option calls cleandoc on help instead of @option
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 c11361c..98ea518 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -27,6 +27,8 @@ Version 8.1.0
- 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`
+- Help text passed to ``Option`` is processed the same way as using
+ the ``@option`` decorator. :issue:`1985`
Version 8.0.4