What changed, and why it matters
This commit only updates the release notes document. It adds a bullet point describing a previous code change that froze a database migration, and it adds a contributor's name. There is no actual code change, no bug fix, and no security-related content.
No security action needed. This is a documentation-only release notes update.
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 only. It adds a release-note entry referencing PR #10338 about freezing graph SQL migration code to reduce future maintenance burden, and adds ‘Elle Mouton’ to the contributors list. No source code, build scripts, tests, or configuration files are changed.
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 d996c4b..4fb4e12 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -54,8 +54,14 @@
## Database
+* Freeze the [graph SQL migration
+ code](https://github.com/lightningnetwork/lnd/pull/10338) to prevent the
+ need for maintenance as the sqlc code evolves.
+
## Code Health
## Tooling and Documentation
# Contributors (Alphabetical Order)
+
+* Elle Mouton
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.