From 22be7db188bfc269dfd70305a6d4e4ffc8e6d994 Mon Sep 17 00:00:00 2001 From: George Tsagkarelis Date: Wed, 8 Oct 2025 16:55:43 +0200 Subject: [PATCH] docs: add release note --- docs/release-notes/release-notes-0.21.0.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md index 13d36c69f..a1aeb6e2a 100644 --- a/docs/release-notes/release-notes-0.21.0.md +++ b/docs/release-notes/release-notes-0.21.0.md @@ -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`