Update CHANGELOG

This commit is contained in:
David Peter 2021-11-26 17:57:12 +01:00
parent 776f8d0f11
commit 06c58b99f5
1 changed files with 1 additions and 1 deletions

View File

@ -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