summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-23 17:56:18 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-23 17:56:18 -0500
commitb48bbf527d9d533a6636fa829ee466ea4130f3a0 (patch)
tree2df95fd919907103aefc4c54d7817ca10fc5fc6c
parent8eabe47b571d42992908e8ba17c525e6b58432d7 (diff)
changelog: PR #1093
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd218ceb..c16a1114 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@ 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):
+ Fix handling of literal slashes in gitignore patterns.
0.10.0 (2018-09-07)