summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-10-02 10:01:59 -0400
committerDavid Peter <sharkdp@users.noreply.github.com>2022-10-03 21:35:39 +0200
commit0984ed91eacb0823d192a22e37e1f1b427c189c4 (patch)
treec9468d6f0f7fb8fe27a44451e5e5ce8544fa7394 /CHANGELOG.md
parent4ffc34956f9a00d3d5279758feabb5862f5dc9c4 (diff)
Update CHANGELOG for -x/-X leading ./ change
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files 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)