summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2021-10-10 11:08:13 -0700
committerDavid Lord <davidism@gmail.com>2021-10-10 11:08:13 -0700
commit65eceb08e392e74dcc761be2090e951274ccbe36 (patch)
tree32d29455afd15ba6239ba3399f23c56e18abdb85 /CHANGES.rst
parent0a81393fdf41edb0ab9d2f527eccdc8ce38d7d42 (diff)
parent41f5b7a7967bb65910e8837bd4e8542a18feec6c (diff)
downloadclick-65eceb08e392e74dcc761be2090e951274ccbe36.tar.gz
Merge branch '8.0.x'
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 28d4e23..251b2e4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -9,6 +9,19 @@ Unreleased
the default if it is ``True``. :issue:`1971`:
+Version 8.0.3
+-------------
+
+Released 2021-10-10
+
+- Fix issue with ``Path(resolve_path=True)`` type creating invalid
+ paths. :issue:`2088`
+- Importing ``readline`` does not cause the ``confirm()`` prompt to
+ disappear when pressing backspace. :issue:`2092`
+- Any default values injected by ``invoke()`` are cast to the
+ corresponding parameter's type. :issue:`2089, 2090`
+
+
Version 8.0.2
-------------