summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-01-13 11:04:10 -0800
committerDavid Lord <davidism@gmail.com>2022-01-13 11:04:10 -0800
commitc63c70dabd3f86ca68678b4f00951f78f52d0270 (patch)
treefceeff9682963158a9941706ac593fd440a194a0 /CHANGES.rst
parent051d57cef4ce59212dc1175ad4550743bf47d840 (diff)
parentee5fdbf1f9e267247d6de765329d2cc9bdd76206 (diff)
downloadclick-c63c70dabd3f86ca68678b4f00951f78f52d0270.tar.gz
Merge branch '8.0.x'
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 43f1f51..804a200 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -26,6 +26,13 @@ Unreleased
- ``open_file`` recognizes ``Path("-")`` as a standard stream, the
same as the string ``"-"``. :issue:`2106`
+- The ``option`` and ``argument`` decorators preserve the type
+ annotation of the decorated function. :pr:`2155`
+- A callable default value can customize its help text by overriding
+ ``__str__`` instead of always showing ``(dynamic)``. :issue:`2099`
+- Fix a typo in the Bash completion script that affected file and
+ directory completion. If this script was generated by a previous
+ version, it should be regenerated. :issue:`2163`
Version 8.0.3