diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e78d56a..dfb2b9baf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.8.11 + +* Fix receiving IOCP events after deregistering a Windows named pipe + (https://github.com/tokio-rs/mio/pull/1760, backport pr: + https://github.com/tokio-rs/mio/pull/1761). + # 0.8.10 ## Added