summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-11-01 20:55:25 +0100
committerDavid Peter <mail@david-peter.de>2022-11-01 20:55:25 +0100
commitf8e832f212877023f6fa7d0b7b1bc561d582beb6 (patch)
treefbc08c082fd859ff902e6b52073ac465bec74c65 /CHANGELOG.md
parentbc94fcc90f6e97de519a416ad15c090d2533bd64 (diff)
Preparation for v8.5
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ba7c9c9..3f24f68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-# Upcoming release
+# v8.5.0
## Features
@@ -25,6 +25,8 @@
- fd now colorizes paths in parallel, significantly improving performance, see #1148 (@tavianator)
- fd can now avoid `stat` syscalls even when colorizing paths, as long as the color scheme doesn't
require metadata, see #1148 (@tavianator)
+- The statically linked `musl` versions of `fd` now use `jmalloc`, leading to a significant performance
+ improvement, see #1062 (@tavianator)
## Other