What changed, and why it matters
This commit only adds a line to the release notes document for LND 0.20.1. It describes a previous bug fix (pull request 10439) that ensures a fee-estimation API includes required payment details when probing invoices. The commit itself changes no program code, configuration, or data handling—only documentation.
No security action needed; this is a documentation-only release-notes update. Review PR #10439 separately if assessing the actual code fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a single addition to docs/release-notes/release-notes-0.20.1.md summarizing PR #10439, which added a missing payment address/secret during invoice probing so that EstimateRouteFee works with Eclair and LDK nodes that enforce payment secrets. No source code, build scripts, tests, or dependencies are modified.
Changed components
docs/release-notes/release-notes-0.20.1.mdInspect captured patch +5 / −0
diff --git a/docs/release-notes/release-notes-0.20.1.md b/docs/release-notes/release-notes-0.20.1.md
index 59244dc..8e0e9bc 100644
--- a/docs/release-notes/release-notes-0.20.1.md
+++ b/docs/release-notes/release-notes-0.20.1.md
@@ -46,6 +46,11 @@
issue](https://github.com/lightningnetwork/lnd/pull/10428) in LND which might
happen when running postgres with a limited number of connections configured.
+* [Add missing payment address/secret when probing an
+ invoice](https://github.com/lightningnetwork/lnd/pull/10439). This makes sure
+ the EstimateRouteFee API can probe Eclair and LDK nodes which enforce the
+ payment address/secret.
+
# 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.