From 0984ed91eacb0823d192a22e37e1f1b427c189c4 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 2 Oct 2022 10:01:59 -0400 Subject: [PATCH] Update CHANGELOG for -x/-X leading ./ change --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc46ac..53df238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,9 @@ ## Bugfixes - Fixed differences between piped / non-piped output. This changes `fd`s behavior back to what we - had before 8.3.0, i.e. there will be no leading `./` prefixes, unless the `--print0`/`-0` option - is used. `--strip-cwd-prefix` can be used to strip that prefix even when `--print0` is used, - see #1046 and #1115 (@tavianator) + had before 8.3.0, i.e. there will be no leading `./` prefixes, unless `--exec`/`-x`, + `--exec-batch`/`-X`, or `--print0`/`-0` are used. `--strip-cwd-prefix` can be used to strip that + prefix in those cases. See #1046, #1115, and #1121 (@tavianator) - fd returns an error when current working directory does not exist while a search path is specified, see #1072 (@vijfhoek) - Improved "command not found" error message, see #1083 and #1109 (@themkat)