From 0a167021c36f6946fc586f4c76e66ab627f4cc04 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 23 Jan 2019 19:19:26 -0500 Subject: [PATCH] changelog: BUG #1174 --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72a1a88c..9a2d2dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,17 @@ 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: * [BUG #1106](https://github.com/BurntSushi/ripgrep/issues/1106): `--files-with-matches` and `--files-without-match` work with one file. -* [BUG #1106](https://github.com/BurntSushi/ripgrep/pull/1093): +* [BUG #1093](https://github.com/BurntSushi/ripgrep/pull/1093): Fix handling of literal slashes in gitignore patterns. +* [BUG #1173](https://github.com/BurntSushi/ripgrep/issues/1173): + Fix handling of `**` patterns in gitignore files. +* [BUG #1174](https://github.com/BurntSushi/ripgrep/issues/1174): + Fix handling of repeated `**` patterns in gitignore files. 0.10.0 (2018-09-07)