From 386dd2806d3411834b7666db7fc7d7bd3910ce6c Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sun, 27 Jan 2019 13:15:17 -0500 Subject: [PATCH] changelog: BUG #916 This was fixed by bumping the MSRV above Rust 1.28. Fixes #916 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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):