changelog: BUG #1154

This commit is contained in:
Andrew Gallant 2019-01-27 13:05:50 -05:00
parent f158a42a71
commit 5fe9a954e6
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -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):