1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-24 13:41:33 +02:00

changelog: BUG #1173

This commit is contained in:
Andrew Gallant 2019-01-23 18:14:16 -05:00
parent 23be3cf850
commit 7048a06c31
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -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: