docs: update release docs

This commit is contained in:
yyforyongyu 2024-01-08 04:12:50 +08:00
parent f13a3a8053
commit ca0813b1bf
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -451,6 +451,10 @@ bitcoin peers' feefilter values into account](https://github.com/lightningnetwor
retry](https://github.com/lightningnetwork/lnd/pull/8611) logic and isolation
settings between `sqldb` and `kvdb` packages.
* [Expanded SweeperStore](https://github.com/lightningnetwork/lnd/pull/8147) to
also store the feerate, fees paid, and whether it's published or not for a
given sweeping transaction.
## Code Health
* [Remove database pointers](https://github.com/lightningnetwork/lnd/pull/8117)