summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNicky Sielicki <sielicki@yandex.com>2021-06-17 16:27:00 -0500
committerDavid Lord <davidism@gmail.com>2022-02-19 10:33:06 -0800
commit06b158831f30b3ee986705d143e5264fee9c765e (patch)
tree76ee50d2164e0b1b52550aef0173a427856f291e /CHANGES.rst
parent24992ce4606c62cff4df5ceabcb5a4215d991a1d (diff)
downloadclick-06b158831f30b3ee986705d143e5264fee9c765e.tar.gz
add an ability to check that a Path has an executable bit set
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 9d30887..8481685 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,7 +3,8 @@
Version 8.1.0
-------------
-Unreleased
+- 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`