From 024598266d66286fbca52c20985cb64889899277 Mon Sep 17 00:00:00 2001 From: Andras Banki-Horvath Date: Tue, 2 Apr 2024 16:48:11 +0200 Subject: [PATCH] docs: update release notes for 0.18 --- docs/release-notes/release-notes-0.18.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index dfd7fab33c..aafbc076fa 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -440,6 +440,10 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor * [Turn `sqldb` into a separate Go module](https://github.com/lightningnetwork/lnd/pull/8603). +* [Consolidate transaction + retry](https://github.com/lightningnetwork/lnd/pull/8611) logic and isolation + settings between `sqldb` and `kvdb` packages. + ## Code Health * [Remove database pointers](https://github.com/lightningnetwork/lnd/pull/8117)