diff --git a/CHANGELOG.md b/CHANGELOG.md index 62838a5..265549a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.13.2 + +- Bound `Active`'s `pending_frames` to enforce backpressure. + See [460baf2](https://github.com/libp2p/rust-yamux/commit/460baf2ccb7d5982b266cb3cb9c0bdf75b4fb779) + # 0.13.1 - Fix WASM support using `instant::{Duration, Instant}` instead of `std::time::{Duration, Instant}`. diff --git a/yamux/Cargo.toml b/yamux/Cargo.toml index 0fa25e0..c6698bb 100644 --- a/yamux/Cargo.toml +++ b/yamux/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "yamux" -version = "0.13.1" +version = "0.13.2" authors = ["Parity Technologies "] license = "Apache-2.0 OR MIT" description = "Multiplexer over reliable, ordered connections"