docs: update release notes

This commit is contained in:
bitromortac 2025-05-08 18:31:31 +02:00
parent 07f863a2a5
commit 86249fbe6c
No known key found for this signature in database
GPG Key ID: 1965063FC13BEBE2

View File

@ -122,6 +122,12 @@ when running LND with an aux component injected (custom channels).
address is added to LND using the `ImportTapscript` RPC, LND previously failed
to perform a cooperative close to that address.
* [Bimodal pathfinding probability
improvements](https://github.com/lightningnetwork/lnd/pull/8330). A fallback
probability is used if the bimodal model is not applicable. Fixes are added
such that the probability is evaluated quicker and to be more accurate in
outdated scenarios.
# New Features
* Add support for [archiving channel backup](https://github.com/lightningnetwork/lnd/pull/9232)