summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-01-06 13:59:04 +0100
committerDavid Peter <mail@david-peter.de>2022-01-06 13:59:04 +0100
commitaa1c0250b7053a88f2adb6ba7e2cf8c2f912a2a6 (patch)
tree8c60d7c0a438197b31b10f2807fa95e402d0f433
parentd5f740c9d31a287d7f587edfdb7395d2edfccca9 (diff)
Update CHANGELOG
-rw-r--r--CHANGELOG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8bf38d0..23d2134 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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