diff --git a/docs/release-notes/release-notes-0.14.0.md b/docs/release-notes/release-notes-0.14.0.md index 757090b42..27d54e2db 100644 --- a/docs/release-notes/release-notes-0.14.0.md +++ b/docs/release-notes/release-notes-0.14.0.md @@ -600,6 +600,11 @@ messages directly. There is no routing/path finding involved. * [Fix pathfinding crash when inbound policy is unknown]( https://github.com/lightningnetwork/lnd/pull/5922) +* [Stagger connection attempts to multi-address peers to ensure that the peer + doesn't close the first successful connection in favour of the next if + the first one was successful]( + https://github.com/lightningnetwork/lnd/pull/5925) + ## Documentation The [code contribution guidelines have been updated to mention the new