From ac4fe5ff2e58c4ba04b089239084f03481d14b50 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Wed, 3 Nov 2021 15:49:49 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.14.0.md | 5 +++++ 1 file changed, 5 insertions(+) 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