What changed, and why it matters
This commit only adds a single line to the release notes document, describing a past code change (preparing the graph database for a future gossip protocol version). It contains no actual code changes, no bug fixes, and no security-related content.
No action required. This is a documentation-only commit with no security relevance.
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 a bullet point referencing PR #10339 about preparing the graph DB for gossip V2 nodes. There are no code, configuration, or cryptographic changes. It is purely documentation/release-note maintenance.
Changed components
docs/release-notes/release-notes-0.21.0.mdInspect captured patch +2 / −0
diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md
index 1ba4f3f..0040da7 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -176,6 +176,8 @@
* Freeze the [graph SQL migration
code](https://github.com/lightningnetwork/lnd/pull/10338) to prevent the
need for maintenance as the sqlc code evolves.
+* Prepare the graph DB for handling gossip [V2
+ nodes](https://github.com/lightningnetwork/lnd/pull/10339).
## Code Health
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.