What changed, and why it matters
This commit only adds a single line to the release notes document, describing a recently merged code change (new query methods for a payments database SQL backend). It does not modify any program code, configuration, or security controls.
No security action needed; this is a routine release-notes documentation edit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a documentation-only update to docs/release-notes/release-notes-0.21.0.md, appending a bullet point that notes PR #10287 implemented QueryPayments and FetchPayment for the payments database SQL backend. No source code, build scripts, tests, or dependencies were changed.
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 b7d969a..e01f35c 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -203,6 +203,8 @@
refacotor the payment related LND code to make it more modular.
* Implement the SQL backend for the [payments
database](https://github.com/lightningnetwork/lnd/pull/9147)
+ * Implement query methods (QueryPayments,FetchPayment) for the [payments db
+ SQL Backend](https://github.com/lightningnetwork/lnd/pull/10287)
## 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.