summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-02-19 11:47:50 -0800
committerDavid Lord <davidism@gmail.com>2022-02-19 11:47:50 -0800
commita1e5ff6d8dfc8364a397508dba8c85cdc0af24e3 (patch)
treeaa104cc5aef566f60e55b3f11d18f6e7e0a95552 /CHANGES.rst
parente934b4191f897df00d0cc0b216ebf5a63c700a9e (diff)
downloadclick-a1e5ff6d8dfc8364a397508dba8c85cdc0af24e3.tar.gz
fix changelog for executable
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8481685..1589305 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,9 +3,6 @@
Version 8.1.0
-------------
-- An an argument to ``Path`` which mirrors writable/readable, but for
- executable bits. :issue:`1961`
-
- Drop support for Python 3.6. :pr:`2129`
- Remove previously deprecated code. :pr:`2130`
@@ -23,6 +20,8 @@ Version 8.1.0
the default if it is ``True``. :issue:`1971`
- The ``command`` and ``group`` decorators can be applied with or
without parentheses. :issue:`1359`
+- The ``Path`` type can check whether the target is executable.
+ :issue:`1961`
Version 8.0.4