From b56315ea8454e45425d6d2f54377f133eedd3cda Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 8 May 2020 23:37:17 -0400 Subject: [PATCH] changelog: add #1550 to CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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):