summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-01-27 13:15:17 -0500
committerAndrew Gallant <jamslam@gmail.com>2019-01-27 13:15:17 -0500
commit386dd2806d3411834b7666db7fc7d7bd3910ce6c (patch)
tree4f6e19423fd2e1d2535adc6ab17ce947ff1b54bc
parent5fe9a954e6a10729c5f118bf0dd230c6687607c2 (diff)
changelog: BUG #916
This was fixed by bumping the MSRV above Rust 1.28. Fixes #916
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a08de3cd..d92d7794 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,6 +34,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 #916](https://github.com/BurntSushi/ripgrep/issues/916):
+ ripgrep no longer hangs when searching `/proc` with a zombie process present.
* [BUG #1091](https://github.com/BurntSushi/ripgrep/issues/1091):
Add note about inverted flags to the man page.
* [BUG #1095](https://github.com/BurntSushi/ripgrep/issues/1095):