From bd21d86bd78909676445c556b725ad14e2df9aff Mon Sep 17 00:00:00 2001 From: Vini murafa <06.poems_races@icloud.com> Date: Mon, 6 Jan 2025 19:00:31 +0100 Subject: [PATCH] Fix typo 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).