mirror of
https://github.com/sharkdp/fd
synced 2024-11-05 16:58:21 +00:00
Update CHANGELOG
This commit is contained in:
parent
d5f740c9d3
commit
aa1c0250b7
1 changed files with 8 additions and 1 deletions
|
@ -6,10 +6,17 @@
|
|||
|
||||
## Bugfixes
|
||||
|
||||
- Stop implying `--no-ignore-parent` when `--no-vcs-ignore` is supplied, see #907, #901
|
||||
- Stop implying `--no-ignore-parent` when `--no-vcs-ignore` is supplied, see #907, #901, #908 (@tmccombs)
|
||||
- fd no longer waits for the whole traversal if the only matches arrive within max_buffer_time, see #868 and #895 (@tavianator)
|
||||
- `--max-results=1` now immediately quits after the first result, see #867
|
||||
- `fd -h` does not panic anymore when stdout is closed, see #897
|
||||
|
||||
## Changes
|
||||
|
||||
- Disable jemalloc on FreeBSD, see #896 (@xanderio)
|
||||
- Updated man page, see #912 (@rlue)
|
||||
- Updated zsh completions, see #932 (@tmccombs)
|
||||
|
||||
## Other
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue