summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-02-20 10:40:17 -0800
committerDavid Lord <davidism@gmail.com>2022-02-20 10:42:17 -0800
commit721c8b0d58c2b7124cedd33a779626f14cf1b1d2 (patch)
treef0ab8850c7971115bcb89a9cac377239b7fcf478 /CHANGES.rst
parent2c70a0c15a3c154c587e351062be66bb75cbf3f2 (diff)
downloadclick-721c8b0d58c2b7124cedd33a779626f14cf1b1d2.tar.gz
cleandoc for Command help, epilog, and short_help
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 98ea518..3b442e4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -27,8 +27,10 @@ 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`
+- Indentation in help text passed to ``Option`` and ``Command`` is
+ cleaned the same as using the ``@option`` and ``@command``
+ decorators does. A command's ``epilog`` and ``short_help`` are also
+ processed. :issue:`1985`
Version 8.0.4