From dc7bea147a29ffa2ea55f9289a0af28c308fdd08 Mon Sep 17 00:00:00 2001 From: ziggie Date: Thu, 7 Aug 2025 16:38:35 +0200 Subject: [PATCH] docs: add release-notes --- docs/release-notes/release-notes-0.19.3.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.3.md b/docs/release-notes/release-notes-0.19.3.md index 5179a89ac..ef4e25117 100644 --- a/docs/release-notes/release-notes-0.19.3.md +++ b/docs/release-notes/release-notes-0.19.3.md @@ -42,6 +42,10 @@ situations where the sending amount would violate the channel policy restriction (min,max HTLC). +- [Fixed](https://github.com/lightningnetwork/lnd/pull/10141) a case where we + would not resolve all outstanding payment attempts after the overall payment + lifecycle was canceled due to a timeout. + # New Features ## Functional Enhancements