From 8fd05caceefb9fe0f7c43cf9ffce97f48ea97395 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 23 Jan 2019 20:06:01 -0500 Subject: [PATCH] changelog: BUG #1121 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78f7a5e..244bcff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ Bug fixes: `--files-with-matches` and `--files-without-match` work with one file. * [BUG #1093](https://github.com/BurntSushi/ripgrep/pull/1093): Fix handling of literal slashes in gitignore patterns. +* [BUG #1121](https://github.com/BurntSushi/ripgrep/issues/1121): + Fix bug that was triggering Windows antimalware when using the --files flag. * [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):