summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorunparalleled-js <yingthi@live.com>2021-12-23 18:37:29 -0600
committerDavid Lord <davidism@gmail.com>2022-02-21 12:18:46 -0800
commit4f7b255f70a4954077f282090e7059b8b7ead42d (patch)
treeb355b72c339f07b35ce5d357cb4f629f014dd5f6 /CHANGES.rst
parentc01e2b8ed17d3ea65981bc62784363d0e38e3092 (diff)
downloadclick-4f7b255f70a4954077f282090e7059b8b7ead42d.tar.gz
allow empty str input for prompt
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 0bfa1d5..8a4887c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -36,6 +36,8 @@ Version 8.1.0
- Store unprocessed ``Command.help``, ``epilog`` and ``short_help``
strings. Processing is only done when formatting help text for
output. :issue:`2149`
+- Allow empty str input for ``prompt()`` when
+ ``confirmation_prompt=True`` and ``default=""``. :issue:`2157`
Version 8.0.4