Skip to content

Commit 890be06

Browse files
committed
update changelog.md
1 parent 1b8fa14 commit 890be06

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
- Rename string representation of `WebRTC` protocol from `/webrtc` to `/webrt-direct`.
4949
For backwards compatibility `/webrtc` will still be decoded to `Protocol::WebRTC`, but `Protocol::WebRTC` will from now on always be encoded as `/webrtc-direct`.
5050
See [multiformats/multiaddr discussion] and [PR 84] for context.
51-
```rust
51+
``` rust
5252
assert_eq!(
5353
Multiaddr::empty().with(Protocol::WebRTC),
5454
"/webrtc".parse().unwrap(),
@@ -120,15 +120,15 @@
120120

121121
# 0.12.0 [2021-05-26]
122122

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

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

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

133133
[multiaddr]: https://github.com/multiformats/rust-multiaddr
134134
[parity-multiaddr]: https://github.com/libp2p/rust-libp2p/blob/master/misc/multiaddr/

0 commit comments

Comments
 (0)