From 24f753c3064acbab59da94c8f6fc153a16fb989f Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 29 Oct 2016 22:27:39 -0400 Subject: changelog 0.2.4 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff3a7c1..e6cc9564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ +0.2.4 +===== +Feature enhancements: + +* Added or improved file type filtering for Groovy, Handlebars, Tcl, zsh and + Python. +* [FEATURE #9](https://github.com/BurntSushi/ripgrep/issues/9): + Support global gitignore config and `.git/info/exclude` files. +* [FEATURE #45](https://github.com/BurntSushi/ripgrep/issues/45): + Add --ignore-file flag for specifying additional ignore files. +* [FEATURE #202](https://github.com/BurntSushi/ripgrep/pull/202): + Introduce a new + [`ignore`](https://github.com/BurntSushi/ripgrep/tree/master/ignore) + crate that encapsulates all of ripgrep's gitignore matching logic. + +Bug fixes: + +* [BUG #44](https://github.com/BurntSushi/ripgrep/issues/44): + ripgrep runs slowly when given lots of positional arguments that are + directories. +* [BUG #119](https://github.com/BurntSushi/ripgrep/issues/119): + ripgrep didn't reset terminal colors if it was interrupted by `^C`. + Fixed in [PR #187](https://github.com/BurntSushi/ripgrep/pull/187). +* [BUG #184](https://github.com/BurntSushi/ripgrep/issues/184): + Fixed a bug related to interpreting gitignore files in parent directories. + 0.2.3 ===== Bug fixes: -- cgit v1.2.3