From 318f4aa8635804f736279be47930717280370a72 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Thu, 4 Sep 2025 17:24:13 +0200 Subject: [PATCH] docs: add release note entry --- docs/release-notes/release-notes-0.20.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index d6d077d5d..4e2f562af 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -248,6 +248,11 @@ reader of a payment request. * Add missing [sql index](https://github.com/lightningnetwork/lnd/pull/10155) for settled invoices to increase query speed. +* [Migrate the KV graph store to native + SQL](https://github.com/lightningnetwork/lnd/pull/10163). For this migration + to take place, the db backend must already be either `postgres` or `sqlite` + and the `--use-native-sql` flag must be set. + ## Code Health ## Tooling and Documentation