From bedafca49dc4d82bbff687dc8a598f86f0f8d5c9 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Wed, 11 Oct 2023 14:42:15 +0200 Subject: [PATCH] docs: update release notes for 0.18.0 --- docs/release-notes/release-notes-0.18.0.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index 2bf472de9..1f29edba9 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -70,6 +70,9 @@ a context parameter to all `InvoiceDB` methods which is a pre-requisite for the SQL implementation. +* [Refactor InvoiceDB](https://github.com/lightningnetwork/lnd/pull/8081) to + eliminate the use of `ScanInvoices`. + ## Code Health ## Tooling and Documentation