summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2020-05-08 23:37:17 -0400
committerAndrew Gallant <jamslam@gmail.com>2020-05-08 23:37:17 -0400
commitb56315ea8454e45425d6d2f54377f133eedd3cda (patch)
tree2a88f2019dd684e5a60e91ea28d6ce98c31cc0b1
parentfac47906e6a89aea254c8d323f016c11a8a5f904 (diff)
changelog: add #1550 to CHANGELOG
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59f37304..ecf39f4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,8 @@ Bug fixes:
Fix match bug caused by inner literal optimization.
* [BUG #1544](https://github.com/BurntSushi/ripgrep/issues/1544):
ripgrep now uses `asciidoctor` instead of `a2x` to generate its man page.
+* [BUG #1550](https://github.com/BurntSushi/ripgrep/issues/1550):
+ Substantially reduce peak memory usage when searching wide directories.
* [BUG #1571](https://github.com/BurntSushi/ripgrep/issues/1571):
Add note about configuration files in `--type-{add,clear}` docs.
* [BUG #1573](https://github.com/BurntSushi/ripgrep/issues/1573):