What changed, and why it matters
This commit only adds a line to the release notes document describing a previously merged database index improvement. No code changes are present, and there is no security relevance in the diff itself.
No action required; this is a release-notes documentation update with no security content.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch is a documentation-only addition to docs/release-notes/release-notes-0.20.0.md noting PR #10155, which added a missing SQL index for settled invoices to improve query speed. The diff contains no executable code, schema, or configuration changes.
Changed components
docs/release-notes/release-notes-0.20.0.mdInspect captured patch +3 / −0
diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md
index 579c5f3..83dd1e2 100644
--- a/docs/release-notes/release-notes-0.20.0.md
+++ b/docs/release-notes/release-notes-0.20.0.md
@@ -211,6 +211,9 @@ reader of a payment request.
## Database
+* Add missing [sql index](https://github.com/lightningnetwork/lnd/pull/10155)
+ for settled invoices to increase query speed.
+
## Code Health
## Tooling and Documentation
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.