summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-11-15 14:15:19 +0100
committerDavid Peter <mail@david-peter.de>2022-11-15 14:15:19 +0100
commit5c87ff524e79414e13defcad2fe7e572eea3c602 (patch)
tree493dee46e770e65f9847e347d16fecbdf3bd99b3 /CHANGELOG.md
parent88bebb8aace09b8ce5b63eac49c152d005d7896d (diff)
Fix CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md22
1 files changed, 16 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6a34b0..064edc8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Upcoming release
+## Features
+
+
+## Changes
+
+- Breaking: On Unix-like systems, `--type executable` now additionally checks if
+ the file is executable by the current user, see #1106 and #1169 (@ptipiak)
+
+
+## Bugfixes
+
+
+## Other
+
+
+
# v8.5.3
## Bugfixes
@@ -7,12 +23,6 @@
- Fix completion generation to not include full path of fd command
- Fix build error if completions feature is disabled
-## Changes
-
-- On Unix-like system change the detection of executable,
- `--type executable` now checks if file is executable by the current user,
- see #1106 (@ptipiak)
-
# v8.5.2
## Bugfixes