From 19a6358a3e808b677891683c9d0267941e1df8cc Mon Sep 17 00:00:00 2001 From: yyforyongyu Date: Thu, 24 Jul 2025 22:06:17 +0800 Subject: [PATCH] docs: add 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 e41243ca9..24560d773 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -33,6 +33,10 @@ known TLV fields were incorrectly encoded into the `ExtraData` field of messages in the dynamic commitment set. +- Fixed a [deadlock](https://github.com/lightningnetwork/lnd/pull/10108) that + can cause contract resolvers to be stuck at marking the channel force close as + being complete. + # New Features ## Functional Enhancements