From d5793fed37ccea2748e40da39d5a7938f9801e79 Mon Sep 17 00:00:00 2001 From: "Roman S. Borschel" Date: Tue, 13 Oct 2020 17:59:27 +0200 Subject: [PATCH] Update mplex changelog. --- muxers/mplex/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/muxers/mplex/CHANGELOG.md b/muxers/mplex/CHANGELOG.md index 60b13d6a..31095eb4 100644 --- a/muxers/mplex/CHANGELOG.md +++ b/muxers/mplex/CHANGELOG.md @@ -1,5 +1,8 @@ # 0.23.0 [unreleased] +- Split receive buffers per substream. + [PR 1784](https://github.com/libp2p/rust-libp2p/pull/1784). + - Address a potential stall when reading from substreams. - Send a `Reset` or `Close` to the remote when a substream is dropped,