summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-26 20:02:47 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-26 20:02:47 -0400
commit416b69bae524cf4c7299861b30a64d901bbc9875 (patch)
treea5e8ad9783fae82d6a437ba794d4b6b69e34c9f7
parent3e78fce3a3ca226dde4e332a30bf24fad03f8f35 (diff)
changelog 0.2.1
-rw-r--r--CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e4ceca23..18731201 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,26 @@
+0.2.1
+=====
+Feature enhancements:
+
+* Added or improved file type filtering for Clojure and SystemVerilog.
+* [FEATURE #89](https://github.com/BurntSushi/ripgrep/issues/89):
+ Add a --null flag that outputs a NUL byte after every file path.
+
+Bug fixes:
+
+* [BUG #98](https://github.com/BurntSushi/ripgrep/issues/98):
+ Fix a bug in single threaded mode when if opening a file failed, ripgrep
+ quit instead of continuing the search.
+* [BUG #99](https://github.com/BurntSushi/ripgrep/issues/99):
+ Fix another bug in single threaded mode where empty lines were being printed
+ by mistake.
+* [BUG #105](https://github.com/BurntSushi/ripgrep/issues/105):
+ Fix an off-by-one error with --column.
+* [BUG #106](https://github.com/BurntSushi/ripgrep/issues/106):
+ Fix a bug where a whitespace only line in a gitignore file caused ripgrep
+ to panic (i.e., crash).
+
+
0.2.0
=====
Feature enhancements: