What changed, and why it matters
This commit only adds a line to the release notes document for LND version 0.20.1. It describes a bug fix where resolving certain channel outputs could take too long, but it does not change any program code, configuration, or cryptographic logic. There is no direct security relevance visible in the commit itself.
No security action required for this documentation commit. Review the referenced pull request #10387 separately if assessing the underlying bug fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only change to docs/release-notes/release-notes-0.20.1.md, adding a bullet point referencing pull request #10387 about resolving to_local/to_remote outputs taking too long. No source code, build scripts, tests, or dependencies are modified.
Changed components
docs/release-notes/release-notes-0.20.1.mdInspect captured patch +4 / −0
diff --git a/docs/release-notes/release-notes-0.20.1.md b/docs/release-notes/release-notes-0.20.1.md
index 1963db6..7dbcd31 100644
--- a/docs/release-notes/release-notes-0.20.1.md
+++ b/docs/release-notes/release-notes-0.20.1.md
@@ -24,6 +24,10 @@
* Fix bug where channels with both [policies disabled at startup could never
be used for routing](https://github.com/lightningnetwork/lnd/pull/10378)
+* [Fix a case where resolving the
+ to_local/to_remote output](https://github.com/lightningnetwork/lnd/pull/10387)
+ might take too long.
+
# 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.