diff --git a/docs/release-notes/release-notes-0.15.1.md b/docs/release-notes/release-notes-0.15.1.md index abe1792db..98e5ac231 100644 --- a/docs/release-notes/release-notes-0.15.1.md +++ b/docs/release-notes/release-notes-0.15.1.md @@ -42,6 +42,9 @@ * [DisconnectPeer no longer interferes with the peerTerminationWatcher. This previously caused force closes.](https://github.com/lightningnetwork/lnd/pull/6655) +* [The HtlcSwitch now waits for a ChannelLink to stop before replacing it. This fixes a race + condition.](https://github.com/lightningnetwork/lnd/pull/6642) + # Contributors (Alphabetical Order) * Elle Mouton