From 332dc56372f6b1ad017b1f0d7c6a9c673757cb04 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 26 Jan 2019 13:40:59 -0500 Subject: [PATCH] changelog: BUG #1095 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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):