From e388226f9082c9fa7bbf486cf26bcd0604d9090d Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 21 Aug 2026 00:34:32 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.20.4.md | 6 ++++++ docs/lnd/release-notes/release-notes-0.21.3.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.20.4.md b/docs/lnd/release-notes/release-notes-0.20.4.md index cdef5fdb..1dbd1c0f 100644 --- a/docs/lnd/release-notes/release-notes-0.20.4.md +++ b/docs/lnd/release-notes/release-notes-0.20.4.md @@ -39,6 +39,12 @@ incoming HTLC resolver could treat a foreign commitment spend as its own success transaction and offer a phantom input to the sweeper. +* Native SQL invoice migration [now correctly associates legacy AMP invoice + HTLCs](https://github.com/lightningnetwork/lnd/pull/11106) with their AMP + sub-invoices. Previously, the HTLC rows were inserted without those + associations, causing verification to fail and the migration transaction to + roll back. + # New Features ## Functional Enhancements diff --git a/docs/lnd/release-notes/release-notes-0.21.3.md b/docs/lnd/release-notes/release-notes-0.21.3.md index e56ef10f..aac32508 100644 --- a/docs/lnd/release-notes/release-notes-0.21.3.md +++ b/docs/lnd/release-notes/release-notes-0.21.3.md @@ -39,6 +39,12 @@ incoming HTLC resolver could treat a foreign commitment spend as its own success transaction and offer a phantom input to the sweeper. +* Native SQL invoice migration [now correctly associates legacy AMP invoice + HTLCs](https://github.com/lightningnetwork/lnd/pull/11106) with their AMP + sub-invoices. Previously, the HTLC rows were inserted without those + associations, causing verification to fail and the migration transaction to + roll back. + # New Features ## Functional Enhancements