Skip to content

Commit 6390f31

Browse files
committed
review: address Thomas suggestion
1 parent 7d8a2b7 commit 6390f31

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

CHANGELOG.md

+1-18
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,9 @@
4747
# 0.50.0 - [unreleased]
4848

4949
- Introduce [`libp2p-tls` `v0.1.0-alpha`](transports/tls/CHANGELOG.md#010-alpha). See [PR 2945].
50-
5150
- Remove deprecated features: `tcp-tokio`, `mdns-tokio`, `dns-tokio`, `tcp-async-io`, `mdns-async-io`, `dns-async-std`.
5251
See [PR 3001].
53-
5452
- Introduce [`libp2p-tls` `v0.1.0`](transports/tls/CHANGELOG.md#010). See [PR 2945].
55-
5653
- Update individual crates.
5754
- Update to [`libp2p-autonat` `v0.89.0`](protocols/autonat/CHANGELOG.md#090).
5855
- Update to [`libp2p-core` `v0.38.0`](core/CHANGELOG.md#0380).
@@ -79,21 +76,6 @@
7976
- Update to [`libp2p-websocket` `v0.40.0`](transports/websocket/CHANGELOG.md#0400).
8077
- Update to [`libp2p-yamux` `v0.42.0`](muxers/yamux/CHANGELOG.md#0420).
8178

82-
- Add new `on_swarm_event` method to `NetworkBehaviour` that accepts a `FromSwarm` enum and update
83-
`inject_*` methods to call `on_swarm_event` with the respective `FromSwarm` variant and deprecate
84-
`inject_*`.
85-
To migrate, users should replace the `NetworkBehaviour::inject_*` calls with a single
86-
implementation of `NetworkBehaviour::on_swarm_event` treating each `FromSwarm` variant in
87-
the same way its corresponding `inject_*` call was treated.
88-
See [PR 3011].
89-
90-
- Add new `on_connection_handler_event` method with the same signature as `inject_event`, make the
91-
default implementation of `inject_event` call `on_connection_handler_event` and deprecate it.
92-
To migrate, users should replace the `NetworkBehaviour::inject_event` calls
93-
with `NetworkBehaviour::on_connection_handler_event`.
94-
See [PR 3011].
95-
96-
[PR 3011]: https://github.com/libp2p/rust-libp2p/pull/3011
9779
[PR 2945]: https://github.com/libp2p/rust-libp2p/pull/2945
9880
[PR 3001]: https://github.com/libp2p/rust-libp2p/pull/3001
9981
[PR 2945]: https://github.com/libp2p/rust-libp2p/pull/2945
@@ -110,6 +92,7 @@
11092
- `tcp-async-io` in favor of `tcp` + `async-std`
11193
- `mdns-async-io` in favor of `mdns` + `async-std`
11294
- `dns-async-std` in favor of `dns` + `async-std`
95+
11396
See [PR 2962].
11497

11598
- Update individual crates.

0 commit comments

Comments
 (0)