summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-27 13:05:50 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-27 13:05:50 -0500
commit5fe9a954e6a10729c5f118bf0dd230c6687607c2 (patch)
tree777a6ff23a9d346c79db82a2d3789cf991278a4b
parentf158a42a715fb6470aa2924182cbf8e1e0fd9448 (diff)
changelog: BUG #1154
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d542ebe4..a08de3cd 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):