What changed, and why it matters
This commit only adds a line to the release notes describing a new developer-facing component called AuxChannelNegotiator. There are no code changes, no bug fixes, and no security-related content in the diff.
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 commit is a documentation-only change to docs/release-notes/release-notes-0.20.0.md. It adds a bullet point describing PR #10182, which introduces an AuxChannelNegotiator component for custom data communication in auxiliary channels. The diff contains no executable code, configuration, or protocol changes.
Changed components
docs/release-notes/release-notes-0.20.0.mdInspect captured patch +5 / −0
diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md
index 50653dc..f237d3b 100644
--- a/docs/release-notes/release-notes-0.20.0.md
+++ b/docs/release-notes/release-notes-0.20.0.md
@@ -76,6 +76,11 @@ a certain amount of msats.
[allow](https://github.com/lightningnetwork/lnd/pull/10087)
`conf_target=1`. Previously they required `conf_target >= 2`.
+* A new AuxComponent was added named AuxChannelNegotiator. This component aids
+ with custom data communication for aux channels, by injecting and handling
+ data in channel related wire messages. See
+ [PR](https://github.com/lightningnetwork/lnd/pull/10182) for more info.
+
## RPC Additions
* When querying [`ForwardingEvents`](https://github.com/lightningnetwork/lnd/pull/9813)
logs, the response now include the incoming and outgoing htlc indices of the payment
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.