summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-10-22 10:31:26 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-10-22 10:31:42 -0400
commit04d17040e79c48d9770b57113ba5c66c2288c82e (patch)
treeabdeb6556a1fb3ad9158123c17a4edc9bdcfcc9b
parent8c8c83a1f8fd83a31484985b4a643f27289a9773 (diff)
changelog 0.7.1
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
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.