docs: add release notes for missing lncli tags fix
What changed, and why it matters
This commit only adds a release note describing a previous documentation fix. It adds missing labels in API definitions so generated docs correctly link to command-line tool commands. There is no code change and no security issue.
No action required. This is a documentation-only release note with no security relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit is a documentation-only change to docs/release-notes/release-notes-0.21.0.md. It documents PR #10658, which added lncli: tags to three routerrpc proto methods (SendPaymentV2, SendToRouteV2, EstimateRouteFee) so generated API docs link to lncli commands. The diff contains no functional code, no binary changes, and no security-relevant behavior.
Changed components
docs/release-notes/release-notes-0.21.0.mdInspect captured patch +7 / −0
diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md
index e4b7ec8..66252a0 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -296,6 +296,12 @@
## Tooling and Documentation
+* [Added missing `lncli:` tags](https://github.com/lightningnetwork/lnd/pull/10658)
+ for `SendPaymentV2`, `SendToRouteV2`, and `EstimateRouteFee` in the
+ `routerrpc` proto definitions so that the generated API documentation
+ correctly links to their corresponding `lncli` commands (`sendpayment`,
+ `sendtoroute`, `estimateroutefee`).
+
* [Overhauled Docker documentation and environment](https://github.com/lightningnetwork/lnd/pull/10461)
to modernize the developer onboarding flow. Key updates include migrating
to Docker Compose V2, updating base images (btcd v0.25.0, Go 1.25.5),
@@ -313,4 +319,5 @@
* Mohamed Awnallah
* Nishant Bansal
* Pins
+* Suheb
* Ziggie
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.