What changed, and why it matters
This commit only adds a line to the release notes document describing a bug fix from another pull request. It does not change any program code, so it has no direct security effect on its own. The referenced fix relates to payment cleanup after a timeout, but this commit itself is purely documentation.
No action needed for this documentation commit. Review PR #10141 separately if assessing the actual bug fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds a single bullet to docs/release-notes/release-notes-0.19.3.md referencing PR #10141, which fixed unresolved payment attempts when a payment lifecycle was canceled due to timeout. No source code is modified in this commit.
Changed components
docs/release-notes/release-notes-0.19.3.mdInspect captured patch +4 / −0
diff --git a/docs/release-notes/release-notes-0.19.3.md b/docs/release-notes/release-notes-0.19.3.md
index 5179a89..ef4e251 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
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.