From ff3c942a96b2deb002bed2314dafe157466b4b0f Mon Sep 17 00:00:00 2001 From: eugene Date: Fri, 30 Sep 2022 14:40:00 -0400 Subject: [PATCH] release-notes: update for 0.16.0 --- docs/release-notes/release-notes-0.16.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 59869af69..fda3764de 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -45,6 +45,9 @@ minimum version needed to build the project. ## Misc +* [Fixed a bug where the Switch did not reforward settles or fails for + waiting-close channels](https://github.com/lightningnetwork/lnd/pull/6789) + * [Fixed a flake in the TestChannelLinkCancelFullCommitment unit test](https://github.com/lightningnetwork/lnd/pull/6792).