What changed, and why it matters
This commit only updates release notes documentation. It adds a description of a new feature (onion messaging forwarding) to the 0.21.0 release notes file. No code changes are present, so there is no direct security impact from this patch itself.
No security action needed for this documentation commit. If reviewing the referenced feature (PR #9868), evaluate its implementation separately.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies docs/release-notes/release-notes-0.21.0.md, adding six lines describing basic support for onion messaging forwarding, including a new OnionMessage type with path key and onion blob serialization/deserialization. The actual implementation was presumably merged in a separate commit/PR (#9868). This commit is purely documentation.
Changed components
docs/release-notes/release-notes-0.21.0.mdInspect captured patch +6 / −0
diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md
index 9749b58..d996c4b 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -22,6 +22,12 @@
# Bug Fixes
# New Features
+
+- Basic Support for [onion messaging forwarding](https://github.com/lightningnetwork/lnd/pull/9868)
+ consisting of a new message type, `OnionMessage`. This includes the message's
+ definition, comprising a path key and an onion blob, along with the necessary
+ serialization and deserialization logic for peer-to-peer communication.
+
## Functional Enhancements
## RPC Additions
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.