docs: update release notes for 0.18

This commit is contained in:
Andras Banki-Horvath 2024-04-02 16:48:11 +02:00
parent 043e4aff01
commit 024598266d
No known key found for this signature in database
GPG Key ID: 80E5375C094198D8

View File

@ -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)