What changed, and why it matters
This commit only adds a single line to the release notes for version 0.20.0, documenting that a new feature (P2TR fallback addresses in BOLT-11 invoices) was added via a prior pull request. There are no code changes, no bug fixes, and no security-related content in the diff.
No security action required. This is a routine release-notes documentation update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit is a documentation-only update to docs/release-notes/release-notes-0.20.0.md. It adds a bullet point noting support for P2TR (Pay-to-Taproot) fallback addresses in BOLT-11 invoices, referencing PR #9975. The diff contains no functional, protocol, or cryptographic changes.
Changed components
docs/release-notes/release-notes-0.20.0.mdInspect captured patch +3 / −0
diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md
index ddf8509..059b152 100644
--- a/docs/release-notes/release-notes-0.20.0.md
+++ b/docs/release-notes/release-notes-0.20.0.md
@@ -55,6 +55,9 @@ when the appropriate TLV flag is set. This allows for HTLCs carrying metadata to
reflect their state on the channel commitment without having to send or receive
a certain amount of msats.
+- Added support for [P2TR Fallback Addresses](
+ https://github.com/lightningnetwork/lnd/pull/9975) in BOLT-11 invoices.
+
## Functional Enhancements
* [Add](https://github.com/lightningnetwork/lnd/pull/9677)
`ConfirmationsUntilActive` and `ConfirmationHeight` field to the
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.