Skip to content

Commit

Permalink
CHANGELOG: Extend for changes to multiaddr::Protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed May 21, 2021
1 parent 4768f05 commit 11d6fcf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

- Merge [multiaddr] and [parity-multiaddr] (see [PR 40]).

- Functionality to go from a `u64` to a `multiadddr::Protocol` and back is
removed. Please open an issue on [multiaddr] in case this is still needed.

- Given that `multiaddr::Protocol` now represents both the protocol
identifier as well as the protocol data (e.g. protocol identifier `55`
(`dns6`) and protocol data `some-domain.example`) `multiaddr::Protocol` is
no longer `Copy`.

[multiaddr]: https://github.com/multiformats/rust-multiaddr
[parity-multiaddr]: https://github.com/libp2p/rust-libp2p/blob/master/misc/multiaddr/
[PR 40]: https://github.com/multiformats/rust-multiaddr/pull/40
Expand Down

0 comments on commit 11d6fcf

Please sign in to comment.