From 1f23c8b0ebc55da05403c612b2db045809655bc9 Mon Sep 17 00:00:00 2001 From: ziggie Date: Tue, 2 Sep 2025 10:09:29 +0200 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 ddf85090e..6b860bb4e 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -42,6 +42,10 @@ send unnecessary `channel_announcement` and `node_announcement` messages when replying to a `gossip_timestamp_filter` query. +- [Fixed](https://github.com/lightningnetwork/lnd/pull/10189) a case in the + sweeper where some outputs would not be resolved due to an error string + mismatch. + # New Features * Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825)