Fix CHANGELOG

This commit is contained in:
David Peter 2022-11-15 14:15:19 +01:00
parent 88bebb8aac
commit 5c87ff524e
1 changed files with 16 additions and 6 deletions

View File

@ -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