docs: add release notes.

Signed-off-by: Nishant Bansal <nishant.bansal.282003@gmail.com>
This commit is contained in:
Nishant Bansal 2025-03-01 23:47:57 +05:30
parent 49d3fcf5b2
commit f06f0aa9ba
No known key found for this signature in database
GPG key ID: EAE292198F6C5B98

View file

@ -101,6 +101,11 @@
* [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate
wallet transactions.
* [Make](https://github.com/lightningnetwork/lnd/pull/9562)
`MaxWaitNumBlocksFundingConf` configurable, allowing integration/development
tests to set a lower value for faster funding confirmation timeout while
keeping the default of 2016 blocks for production stability.
## RPC Additions
* [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)