summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-23 20:06:01 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-23 20:06:01 -0500
commit8fd05caceefb9fe0f7c43cf9ffce97f48ea97395 (patch)
treed61c969ddea39a8f80b22ed43054dd4165c60c2d
parent4691d1103417a68905f0fa77adb1a6988c808fdc (diff)
changelog: BUG #1121
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78f7a5e3..244bcff3 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):