What changed, and why it matters
This commit is a documentation-only edit to the release notes for LND version 0.21.0. It rewords a bullet point about a new 'onion messaging forwarding' feature and adds a link to an additional pull request. No code, configuration, or security behavior is changed.
No action required. This is a documentation update with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies a single Markdown file, docs/release-notes/release-notes-0.21.0.md. It splits a long line, adds a hyperlink to PR #10089, and slightly rephrases the description of the OnionMessage feature introduced in PR #9868. There are no functional changes to LND.
Changed components
docs/release-notes/release-notes-0.21.0.mdInspect captured patch +5 / −4
diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md
index 0679bb9..5a49cff 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -77,10 +77,11 @@
# 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.
+- [Basic Support](https://github.com/lightningnetwork/lnd/pull/9868) for onion
+ [messaging forwarding](https://github.com/lightningnetwork/lnd/pull/10089).
+ This adds a new message type, `OnionMessage`, comprising a path key and an
+ onion blob. It includes the necessary serialization and deserialization logic
+ for peer-to-peer communication.
## 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.