From 8c121ee5e08dfe7c991a142acc1efb9bda75c234 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Tue, 24 Oct 2023 18:25:19 -0700 Subject: [PATCH] docs/release-notes: add entry for nonce init fix --- docs/release-notes/release-notes-0.17.1.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.17.1.md b/docs/release-notes/release-notes-0.17.1.md index 2caf937c6..54238d898 100644 --- a/docs/release-notes/release-notes-0.17.1.md +++ b/docs/release-notes/release-notes-0.17.1.md @@ -23,6 +23,9 @@ bit when sending `update_fail_malformed_htlc`. This avoids a force close with other implementations. +* A bug that would cause taproot channels to sometimes not display as active + [has been fixed](https://github.com/lightningnetwork/lnd/pull/8104). + # New Features ## Functional Enhancements @@ -67,4 +70,5 @@ # Contributors (Alphabetical Order) * Eugene Siegel +* Olaoluwa Osuntokun * Yong Yu