From 5fe9a954e6a10729c5f118bf0dd230c6687607c2 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 27 Jan 2019 13:05:50 -0500 Subject: [PATCH] changelog: BUG #1154 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d542ebe..a08de3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,8 @@ Bug fixes: * [BUG #1125](https://github.com/BurntSushi/ripgrep/issues/1125), [BUG #1159](https://github.com/BurntSushi/ripgrep/issues/1159): ripgrep shouldn't panic for `rg -h | rg` and should emit correct exit status. +* [BUG #1154](https://github.com/BurntSushi/ripgrep/issues/1154): + Windows files with "hidden" attribute are now treated as hidden. * [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):