Skip to content

Commit

Permalink
core: fix PR number in changelog entry (#2769)
Browse files Browse the repository at this point in the history
  • Loading branch information
elenaf9 committed Jul 23, 2022
1 parent 2e2c117 commit 95713ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

- Remove `StreamMuxer::poll_event` in favor of individual functions: `poll_inbound`, `poll_outbound`
and `poll_address_change`. Consequently, `StreamMuxerEvent` is also removed. See [PR 2724].
- Drop `Unpin` requirement from `SubstreamBox`. See [PR XXXX.
- Drop `Unpin` requirement from `SubstreamBox`. See [PR 2762].

[PR 2724]: https://github.com/libp2p/rust-libp2p/pull/2724
[PR XXXX]: https://github.com/libp2p/rust-libp2p/pull/XXXX
[PR 2762]: https://github.com/libp2p/rust-libp2p/pull/2762

# 0.34.0

Expand Down

0 comments on commit 95713ab

Please sign in to comment.