From d862b80afb4c2ea2877429fcd18016a684ea0d05 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 9 Nov 2016 18:52:08 -0500 Subject: [PATCH] changelog 0.2.9 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d309b9b8..10164e77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +0.2.9 +===== +Bug fixes: + +* [BUG #226](https://github.com/BurntSushi/ripgrep/issues/226): + File paths explicitly given on the command line weren't searched in parallel. + (This was a regression in `0.2.7`.) +* [BUG #228](https://github.com/BurntSushi/ripgrep/issues/228): + If a directory was given to `--ignore-file`, ripgrep's memory usage would + grow without bound. + + 0.2.8 ===== Bug fixes: