docs: add release notes

Signed-off-by: Nishant Bansal <nishant.bansal.282003@gmail.com>
This commit is contained in:
Nishant Bansal 2025-04-09 20:43:55 +05:30 committed by Oliver Gugger
parent cfab97c8be
commit e747ead933
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -168,6 +168,11 @@ close transaction.
[changed](https://github.com/lightningnetwork/lnd/pull/9627) so the sweeper
will always attempt the sweep as long as the budget can be partially covered.
* [Add](https://github.com/lightningnetwork/lnd/pull/9603) validation to ensure
that MPP parameters are compatible with the payment amount before attempting
the payment. This prevents payments from entering a path finding loop that
would eventually timeout.
## RPC Additions
* [Add a new rpc endpoint](https://github.com/lightningnetwork/lnd/pull/8843)