summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-10-08 15:34:53 -0700
committerDavid Lord <davidism@gmail.com>2021-10-08 15:34:53 -0700
commit0a81393fdf41edb0ab9d2f527eccdc8ce38d7d42 (patch)
tree8ccab429eec551ec0278f61236e7fc0c07dc868b /CHANGES.rst
parent655918a61e22cade722dacb9bf798e86b13093af (diff)
parent96146c9d0b25d700d00b65c916739bd491dd15e0 (diff)
downloadclick-0a81393fdf41edb0ab9d2f527eccdc8ce38d7d42.tar.gz
Merge branch '8.0.x'
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 491e7d4..28d4e23 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -12,7 +12,7 @@ Unreleased
Version 8.0.2
-------------
-Unreleased
+Released 2021-10-08
- ``is_bool_flag`` is not set to ``True`` if ``is_flag`` is ``False``.
:issue:`1925`
@@ -29,6 +29,12 @@ Unreleased
:issue:`2062`
- Fix overline and italic styles, which were incorrectly added when
adding underline. :pr:`2058`
+- An option with ``count=True`` will not show "[x>=0]" in help text.
+ :issue:`2072`
+- Default values are not cast to the parameter type twice during
+ processing. :issue:`2085`
+- Options with ``multiple`` and ``flag_value`` use the flag value
+ instead of leaving an internal placeholder. :issue:`2001`
Version 8.0.1