From 7048a06c311317810db1c67c2828a4327eac4a60 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 23 Jan 2019 18:14:16 -0500 Subject: [PATCH] changelog: BUG #1173 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c16a1114..72a1a88c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ Feature enhancements: Add support for Brotli and Zstd to the `-z/--search-zip` flag. * [FEATURE #1170](https://github.com/BurntSushi/ripgrep/pull/1170): Add `--ignore-file-case-insensitive` for case insensitive .ignore globs. +* [FEATURE #1173](https://github.com/BurntSushi/ripgrep/pull/1173): + Fix handling of `**` patterns in gitignore files. Bug fixes: