What changed, and why it matters
This commit only adds a line to the release notes document for version 0.21.2. It mentions that a bug was fixed where a feature called the 'RBF closer' could be used with incompatible auxiliary channels. The commit itself does not change any program code, so it cannot directly introduce or fix a security issue. It is purely documentation.
No action needed for this documentation-only commit. Review PR #10962 separately if assessing the actual bug fix.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to docs/release-notes/release-notes-0.21.2.md. It adds a bullet referencing PR #10962 about preventing the RBF closer from being used with incompatible aux channels, and adds a contributor name. No source code, configuration, or build logic is modified.
Changed components
docs/release-notes/release-notes-0.21.2.mdInspect captured patch +4 / −0
diff --git a/docs/release-notes/release-notes-0.21.2.md b/docs/release-notes/release-notes-0.21.2.md
index 984fb48..4d04520 100644
--- a/docs/release-notes/release-notes-0.21.2.md
+++ b/docs/release-notes/release-notes-0.21.2.md
@@ -26,6 +26,9 @@
in onion message decoding where messages that should have been rejected
per BOLT 4 were instead accepted, or a valid TLV was dropped.
+* [Fixes a bug](https://github.com/lightningnetwork/lnd/pull/10962) that
+ could allow the RBF closer to be used with incompatible aux channels.
+
# New Features
## Functional Enhancements
@@ -69,3 +72,4 @@
# Contributors (Alphabetical Order)
* bitromortac
+* Jared Tobin
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.