summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: