From 16109166fe6433d68749879f1306ada8159d77e9 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 11 May 2017 19:05:40 -0400 Subject: [PATCH] changelog 0.5.2 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6652ded5..2dbf8273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +0.5.2 (2017-05-11) +================== +Feature enhancements: + +* Added or improved file type filtering for Nix. +* [FEATURE #362](https://github.com/BurntSushi/ripgrep/issues/362): + Add `--regex-size-limit` and `--dfa-size-limit` flags. +* [FEATURE #444](https://github.com/BurntSushi/ripgrep/issues/444): + Improve error messages for invalid globs. + +Bug fixes: + +* [BUG #442](https://github.com/BurntSushi/ripgrep/issues/442): + Fix line wrapping in `--help` output. +* [BUG #451](https://github.com/BurntSushi/ripgrep/issues/451): + Fix bug with duplicate output when using `-o/--only-matching` flag. + + 0.5.1 (2017-04-09) ================== Feature enhancements: