diff --git a/swarm/CHANGELOG.md b/swarm/CHANGELOG.md index 12de1ce56f7..e3f6e4f7b2f 100644 --- a/swarm/CHANGELOG.md +++ b/swarm/CHANGELOG.md @@ -1,6 +1,6 @@ ## 0.44.0 - unreleased -- Add `PeerCondition` variant `DisconnectedAndNotDialing`, combining pre-existing conditions. +- Add `PeerCondition` variant `DisconnectedAndNotDialing`, 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. See [PR 4225].