From cf20de9bfbbc9391999a5c459cd62867aa64a774 Mon Sep 17 00:00:00 2001 From: ziggie Date: Thu, 25 Jun 2026 13:04:09 -0300 Subject: [PATCH] docs: add v0.20.2 release note (cherry picked from commit 9c5f32a2ec8eab0760a46c3d0357d4127794425f) --- docs/release-notes/release-notes-0.20.2.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.2.md b/docs/release-notes/release-notes-0.20.2.md index e8dd2e318..f7463c95f 100644 --- a/docs/release-notes/release-notes-0.20.2.md +++ b/docs/release-notes/release-notes-0.20.2.md @@ -27,6 +27,15 @@ non-SRV record. Non-SRV records are now skipped, and an empty `LookupHost` result for the shim no longer triggers an out-of-bounds index. +- [Fixed on-chain forward interceptor + settlement](https://github.com/lightningnetwork/lnd/pull/10895) after the + incoming channel force closes. Held forwards are now tracked as off-chain or + on-chain entries, allowing an on-chain re-offer to replace the old off-chain + hold so settlement reaches the witness beacon. Go callers of the exported + `htlcswitch.InterceptedPacket` type should use the new `Deadline` field to + distinguish off-chain auto-fail heights from on-chain settlement deadlines, + or `AutoFailHeight()` if they only need the legacy flattened value. + # New Features ## Functional Enhancements