You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
- Rename string representation of `WebRTC` protocol from `/webrtc` to `/webrt-direct`.
49
49
For backwards compatibility `/webrtc` will still be decoded to `Protocol::WebRTC`, but `Protocol::WebRTC` will from now on always be encoded as `/webrtc-direct`.
50
50
See [multiformats/multiaddr discussion] and [PR 84] for context.
51
-
```rust
51
+
```rust
52
52
assert_eq!(
53
53
Multiaddr::empty().with(Protocol::WebRTC),
54
54
"/webrtc".parse().unwrap(),
@@ -120,15 +120,15 @@
120
120
121
121
# 0.12.0 [2021-05-26]
122
122
123
-
- Merge [multiaddr] and [parity-multiaddr] (see [PR 40]).
123
+
- Merge [multiaddr] and [parity-multiaddr] (see [PR 40]).
124
124
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.
127
127
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
0 commit comments