summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-26 13:40:59 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-26 13:40:59 -0500
commit332dc56372f6b1ad017b1f0d7c6a9c673757cb04 (patch)
tree99131bb460c740aa913486bd3be86629446d7f42
parent12a6ca45f9dad30864715dfecd917bb571b687d4 (diff)
changelog: BUG #1095
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4bf45c8e..44f4ae79 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,8 @@ Bug fixes:
* [BUG #373](https://github.com/BurntSushi/ripgrep/issues/373),
[BUG #1098](https://github.com/BurntSushi/ripgrep/issues/1098):
`**` is now accepted as valid syntax anywhere in a glob.
+* [BUG #1095](https://github.com/BurntSushi/ripgrep/issues/1095):
+ Fix corner cases involving the `--crlf` flag.
* [BUG #1106](https://github.com/BurntSushi/ripgrep/issues/1106):
`--files-with-matches` and `--files-without-match` work with one file.
* [BUG #1093](https://github.com/BurntSushi/ripgrep/pull/1093):