From 18916daa0c0e21221b0689ed2fad56535628d47f Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 3 Jul 2025 04:42:42 +0800 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.20.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index f61d0a4cd..aab45298d 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -29,6 +29,10 @@ - Fixed [shutdown deadlock](https://github.com/lightningnetwork/lnd/pull/10042) when we fail starting up LND before we startup the chanbackup sub-server. +- [Fixed](https://github.com/lightningnetwork/lnd/pull/10027) an issue where + known TLV fields were incorrectly encoded into the `ExtraData` field of + messages in the dynamic commitment set. + # New Features ## Functional Enhancements