1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-14 22:15:13 +02:00

changelog: BUG

This commit is contained in:
Andrew Gallant
2019-01-23 18:14:16 -05:00
parent 23be3cf850
commit 7048a06c31

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