diff --git a/CHANGELOG.md b/CHANGELOG.md index f21e1fe..8df4291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # 0.13.3 +- Wake up readers after setting the state to RecvClosed to not miss EOF. + See [PR 190](https://github.com/libp2p/rust-yamux/pull/190). + - Use `web-time` instead of `instant`. See [PR 191](https://github.com/libp2p/rust-yamux/pull/191). diff --git a/yamux/Cargo.toml b/yamux/Cargo.toml index 3694f75..2beaddd 100644 --- a/yamux/Cargo.toml +++ b/yamux/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yamux" -version = "0.13.2" +version = "0.13.3" authors = ["Parity Technologies "] license = "Apache-2.0 OR MIT" description = "Multiplexer over reliable, ordered connections"