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)