summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2021-11-26 17:57:12 +0100
committerDavid Peter <mail@david-peter.de>2021-11-26 17:58:18 +0100
commit06c58b99f5e70e5fc7cb3167ab2fddb0703a6324 (patch)
treefe2334cf0da0b2e7bcbfe99115fa6898094bca2e
parent776f8d0f11e6033c3b1b61e21f21b1ace936172d (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc5ca3e..afe8f31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
## Bugfixes
+- Always show the `./` prefix for search results unless the output is a TTY or `--strip-cwd-prefix` is set, see #760 and #861 (@jcaplan)
- Set default path separator to `/` in MSYS, see #537 and #730 (@aswild)
- fd cannot search files under a RAM disk, see #752
- fd doesn't show substituted drive on Windows, see #365
@@ -26,7 +27,6 @@
## Changes
- Apply custom `--path-separator` to commands run with `--exec(-batch)` and `--list-details`, see #697 (@aswild)
-- Show "./" prefix in results when search path is provided, see #861 (@jcaplan)
## Other