Skip to content

Commit

Permalink
Fix changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Nov 8, 2022
1 parent cf6a4ed commit 3af6234
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions muxers/yamux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# 0.42.0 [unreleased]

- Update to `libp2p-core` `v0.38.0`.
- Allow configuration of `max_buffered_inbound_streams`. This limit was introduced in [0.40.0](#0.40.0) but was not
configurable until now. See [PR XXXX].
- Yield from `StreamMuxer::poll` as soon as we receive a single substream.
This fixes [issue 3041].
See [PR 3071].

[PR XXXX]: https://github.com/libp2p/rust-libp2p/pull/XXXX/
[PR 3071]: https://github.com/libp2p/rust-libp2p/pull/3071/
[issue 3041]: https://github.com/libp2p/rust-libp2p/issues/3041/

# 0.41.0

Expand Down

0 comments on commit 3af6234

Please sign in to comment.