diff options
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 13 |
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 ------------- |