Skip to content

Commit

Permalink
Add swarm changelog item
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Jun 8, 2023
1 parent 062a47a commit 6872e90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions swarm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@

- Rename `ConnectionHandlerEvent::Custom` to `ConnectionHandlerEvent::NotifyBehaviour`. See [PR 3955].

- Remove `DialError::InvalidPeerId` variant. With the move to `multiaddr` `v0.18.0` peer IDs in `/p2p` are type safe and thus usage of the contained peer ID can not result in a parsing error.
See [PR 4037].

- Remove deprecated items. See [PR 3956].

[PR 3605]: https://github.com/libp2p/rust-libp2p/pull/3605
Expand All @@ -73,6 +76,7 @@
[PR 3927]: https://github.com/libp2p/rust-libp2p/pull/3927
[PR 3955]: https://github.com/libp2p/rust-libp2p/pull/3955
[PR 3956]: https://github.com/libp2p/rust-libp2p/pull/3956
[PR 4037]: https://github.com/libp2p/rust-libp2p/pull/4037

## 0.42.2

Expand Down

0 comments on commit 6872e90

Please sign in to comment.