From 04d17040e79c48d9770b57113ba5c66c2288c82e Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 22 Oct 2017 10:31:26 -0400 Subject: [PATCH] changelog 0.7.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af4ca27c..0b0fd853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +0.7.1 (2017-10-22) +================== +This is a patch release of ripgrep that includes a fix to very bad regression +introduced in ripgrep 0.7.0. + +Bug fixes: + +* [BUG #648](https://github.com/BurntSushi/ripgrep/issues/648): + Fix a bug where it was very easy to exceed standard file descriptor limits. + + 0.7.0 (2017-10-20) ================== This is a new minor version release of ripgrep that includes mostly bug fixes.