Skip to content

Commit

Permalink
Update changelog to match new implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Jun 23, 2022
1 parent 80a35b8 commit a28a7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Expand Up @@ -3,7 +3,7 @@
- Introduce `StreamMuxerEvent::map_inbound_stream`. See [PR 2691].
- Remove `{read,write,flush,shutdown,destroy}_substream` functions from `StreamMuxer` trait
in favor of forcing `StreamMuxer::Substream` to implement `AsyncRead + AsyncWrite`. See [PR 2707].
- Remove `Into<std::io::Error>` bound from `StreamMuxer::Error`. See [PR 2710].
- Replace `Into<std::io::Error>` bound on `StreamMuxer::Error` with `std::error::Error`. See [PR 2710].

[PR 2691]: https://github.com/libp2p/rust-libp2p/pull/2691
[PR 2707]: https://github.com/libp2p/rust-libp2p/pull/2707
Expand Down

0 comments on commit a28a7c5

Please sign in to comment.