docs: add release note

This commit is contained in:
George Tsagkarelis 2025-10-08 16:55:43 +02:00
parent 3a5e816d5e
commit 22be7db188

View file

@ -153,6 +153,12 @@
for the adversary model, the layers, the defaults, and operator
recipes.
- The second chance mechanism of the pathfinder was adjusted to apply a
significant penalty to the route instead of immediately retrying it. This means
that if a failure carries a fee policy update we'll still take it into account
but will retry that route with a lower priority. See more in the
[PR](https://github.com/lightningnetwork/lnd/pull/10278).
## RPC Additions
* [Added `DeleteForwardingHistory`