diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 68b1f99cc2a..1c7eb3ca86e 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -326,7 +326,7 @@ See [PR 4568]. - Remove `TInEvent` and `TOutEvent` trait parameters on most public types. `TInEvent` and `TOutEvent` are implied through `THandler` and thus - superflucious. Both are removed in favor of a derivation through `THandler` + superfluous. Both are removed in favor of a derivation through `THandler` (see [PR 2183]). - Require `ConnectionHandler::{InEvent,OutEvent,Error}` to implement `Debug` diff --git a/swarm/CHANGELOG.md b/swarm/CHANGELOG.md index f1ad994bd1b..6df6becf424 100644 --- a/swarm/CHANGELOG.md +++ b/swarm/CHANGELOG.md @@ -68,7 +68,7 @@ See [PR 4755](https://github.com/libp2p/rust-libp2p/pull/4755). - Add `PeerCondition::DisconnectedAndNotDialing` variant, combining pre-existing conditions. This is the new default. - A new dialing attempt is iniated _only if_ the peer is both considered disconnected and there is currently no ongoing dialing attempt. + A new dialing attempt is initiated _only if_ the peer is both considered disconnected and there is currently no ongoing dialing attempt. See [PR 4225](https://github.com/libp2p/rust-libp2p/pull/4225). - Remove deprecated `keep_alive_timeout` in `OneShotHandlerConfig`. See [PR 4677](https://github.com/libp2p/rust-libp2p/pull/4677).