From c804894849f0c5edd929849b5a687789196b83a1 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Tue, 2 Apr 2024 10:38:09 +0200 Subject: [PATCH] docs: update release notes for 0.18 --- 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 1910d2c25..2b480f747 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -418,6 +418,9 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor * [Fix a bug](https://github.com/lightningnetwork/lnd/pull/8595) when retrying SQL InvoiceDB transactions due to database errors. +* [Turn `sqldb` into a separate Go + module](https://github.com/lightningnetwork/lnd/pull/8603). + ## Code Health * [Remove database pointers](https://github.com/lightningnetwork/lnd/pull/8117)