From 17da81d6782a69cf7ca3e4e1efebeb2b0f525bb3 Mon Sep 17 00:00:00 2001 From: ziggie Date: Sun, 15 Mar 2026 22:03:57 +0100 Subject: [PATCH] docs: add release-notes for LND 21 --- docs/release-notes/release-notes-0.21.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md index f3c71eb1c..06a2a1a5a 100644 --- a/docs/release-notes/release-notes-0.21.0.md +++ b/docs/release-notes/release-notes-0.21.0.md @@ -281,6 +281,11 @@ and failed attempt cleanup, fix cross-database timestamp handling, add `omit_hops` option to `ListPayments` to reduce response size, and increase the default SQLite cache size. + * The [SQL payments migration is promoted to production + code](https://github.com/lightningnetwork/lnd/pull/10627). Previously the + migration was hidden behind the `test_native_sql` build tag; it is now + compiled into mainline builds and available to all users who have the + `native-sql` setting enabled. ## Code Health