summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2023-12-19 14:04:01 -0500
committerTavian Barnes <tavianator@tavianator.com>2023-12-19 14:04:01 -0500
commit954a3900b9df556b882ad0e7ec1405a19eab0985 (patch)
tree500ec69cc9e9c4d0922d3e5d0da3e1fa9e5a6bfb /CHANGELOG.md
parent07343b5baff84bc120c951b352166782e9fcdda1 (diff)
CHANGELOG: Fix issue number typo
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8723e40..fa857d1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,7 +19,7 @@
## Performance
- Performance has been *significantly improved*, both due to optimizations in the underlying `ignore`
- crate (#1429), and in `fd` itself (#1422, #1408, #13620) - @tavianator.
+ crate (#1429), and in `fd` itself (#1422, #1408, #1362) - @tavianator.
[Benchmarks results](https://gist.github.com/tavianator/32edbe052f33ef60570cf5456b59de81) show gains
of 6-8x for full traversals of smaller directories (100k files) and up to 13x for larger directories (1M files).