summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2017-05-11 19:05:40 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-05-11 19:05:40 -0400
commit16109166fe6433d68749879f1306ada8159d77e9 (patch)
treed0e15b58c1a3e7d246df33c2a6586bf7094992e3
parent0b685c842993ea55bbabbd7bde5f29f5636bcf9f (diff)
changelog 0.5.2
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
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: