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