From e026523e04efb5413b61e85bae5ffd75717b8b22 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 24 Oct 2025 00:23:10 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.20.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.20.0.md b/docs/lnd/release-notes/release-notes-0.20.0.md index e91bc168..f9d654de 100644 --- a/docs/lnd/release-notes/release-notes-0.20.0.md +++ b/docs/lnd/release-notes/release-notes-0.20.0.md @@ -20,6 +20,12 @@ # Bug Fixes +- [Fixed premature wallet + rescanning](https://github.com/lightningnetwork/lnd/pull/10280) that occurred + when a wallet was created during header sync. This issue primarily affected + neutrino chain backends. The fix ensures headers are fully synced before + starting the chain notifier backend. + - Fixed potential update inconsistencies in node announcements [by creating a shallow copy before modifications]( https://github.com/lightningnetwork/lnd/pull/9815). This ensures the original