Update CHANGELOG

This commit is contained in:
David Peter 2022-09-27 21:25:10 +02:00
parent e3e6057434
commit 4f1bcfedf3
1 changed files with 9 additions and 4 deletions

View File

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