summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-11-09 18:52:08 -0500
committerAndrew Gallant <jamslam@gmail.com>2016-11-09 18:52:08 -0500
commitd862b80afb4c2ea2877429fcd18016a684ea0d05 (patch)
tree8b1aec49a207d4063b6c99a2b4b9c1e3562ba3a0
parent5b73dcc8abc3133c98603c64339c35e0ed90c577 (diff)
changelog 0.2.9
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
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: