diff --git a/CHANGELOG.md b/CHANGELOG.md index 969c7aba..2f8d0c7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.11.0 [unreleased] + +- Remove `Connection::control` in favor of `Control::new`. + Remove `Connection::next_stream` in favor of `Connection::poll_next_inbound`. + See [PR 142]. + +[PR 142]: https://github.com/libp2p/rust-yamux/pull/142 + # 0.10.2 - Process command or socket result immediately and thereby no longer accessing diff --git a/yamux/Cargo.toml b/yamux/Cargo.toml index 6933a0bf..95fc0aaf 100644 --- a/yamux/Cargo.toml +++ b/yamux/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yamux" -version = "0.10.2" +version = "0.11.0" authors = ["Parity Technologies "] license = "Apache-2.0 OR MIT" description = "Multiplexer over reliable, ordered connections"