From 5c87ff524e79414e13defcad2fe7e572eea3c602 Mon Sep 17 00:00:00 2001 From: David Peter Date: Tue, 15 Nov 2022 14:15:19 +0100 Subject: [PATCH] Fix CHANGELOG --- CHANGELOG.md | 22 ++++++++++++++++------ 1 file 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