summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-09-27 21:25:10 +0200
committerDavid Peter <mail@david-peter.de>2022-09-27 21:25:10 +0200
commit4f1bcfedf32eb662fa7c67319f3a113219fc0da9 (patch)
treeafeaabb4ea5f941d81f019453472e784a24c6c71 /CHANGELOG.md
parente3e6057434371edf5e6927e5131ec0cb07a27a20 (diff)
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f97ec0..ccc46ac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,20 +2,25 @@
## Features
-- `--type executable`/`-t` now works on Windows, see #1051 and #1061
+- `--type executable`/`-t` now works on Windows, see #1051 and #1061 (@tavianator)
## Bugfixes
-- fd returns an error when current working directory does not exist while a search path is specified, see #1072 (@vijfhoek)
+- 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)
+- 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)
-
## Changes
+- No leading `./` prefix for non-interactive results, see above.
## Other
-- Added link back to GitHub in man page, see #1086 (@scottchiefbaker)
+- Added link back to GitHub in man page and `--help` text, see #1086 (@scottchiefbaker)
# v8.4.0