docs: update release notes

This commit is contained in:
yyforyongyu 2024-08-01 03:59:55 +08:00
parent 8259e0fb5f
commit 363e529f9b
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -151,6 +151,11 @@ commitment when the channel was force closed.
* [Allow](https://github.com/lightningnetwork/lnd/pull/8845) multiple etcd hosts
to be specified in db.etcd.host.
* Improved the internal [`LeaseOutput`
method](https://github.com/lightningnetwork/lnd/pull/8961) to be more
efficient, which improves the performance of related RPC calls such as
`LeaseOutput`, `SendCoins`, and PSBT funding process.
## RPC Updates
* [`xImportMissionControl`](https://github.com/lightningnetwork/lnd/pull/8779)