From 416b69bae524cf4c7299861b30a64d901bbc9875 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 26 Sep 2016 20:02:47 -0400 Subject: [PATCH] changelog 0.2.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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: