docs: update release notes

This commit is contained in:
Alex Akselrod 2024-02-29 15:24:21 -08:00
parent b9357fe830
commit 7af3d4022f
No known key found for this signature in database
GPG key ID: 57D7612D178AA487

View file

@ -90,6 +90,11 @@
precision issue when querying payments and invoices using the start and end
date filters.
* [Fixed](https://github.com/lightningnetwork/lnd/pull/8496) an issue where
`locked_balance` is not updated in `WalletBalanceResponse` when outputs are
reserved for `OpenChannel` by using non-volatile leases instead of volatile
locks.
# New Features
## Functional Enhancements
@ -336,6 +341,7 @@
# Contributors (Alphabetical Order)
* Alex Akselrod
* Amin Bashiri
* Andras Banki-Horvath
* BitcoinerCoderBob