What changed, and why it matters
This commit only updates the release notes document. It adds a one-line description mentioning that a new feature for handling BOLT 12 invoice errors was added. There are no code changes, no bug fixes, and no security-related content in the commit itself.
No security action needed. This is a routine documentation update.
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.22.0.md, adding a bullet point referencing PR #10958 about adding an invoice_error TLV message to the bolt12/ package for onion-message replies. No source code, configuration, build, or cryptographic logic is modified.
Changed components
docs/release-notes/release-notes-0.22.0.mdInspect captured patch +4 / −0
diff --git a/docs/release-notes/release-notes-0.22.0.md b/docs/release-notes/release-notes-0.22.0.md
index 72b36ed..b64d535 100644
--- a/docs/release-notes/release-notes-0.22.0.md
+++ b/docs/release-notes/release-notes-0.22.0.md
@@ -106,6 +106,10 @@
performed; callers must verify the signature independently until the
Merkle and signing primitives land.
+* [BOLT 12 invoice_error
+ codec](https://github.com/lightningnetwork/lnd/pull/10958): add the
+ `invoice_error` TLV message to `bolt12/` for onion-message replies.
+
## Testing
## Database
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.