From afbe537df2bb7f316c8e358cd9876069b6f596ee Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:40:51 +0200 Subject: [PATCH 1/2] Update CHANGELOG.md --- core/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` From 124737b8caed76fd60a92ee514ff4bf892567661 Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:46:47 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- swarm/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).