docs: add release-notes for LND 21

This commit is contained in:
ziggie 2026-03-15 22:03:57 +01:00
parent 04aeca44a9
commit 17da81d678
No known key found for this signature in database
GPG key ID: 1AFF9C4DCED6D666

View file

@ -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