What changed, and why it matters
This commit only adds a documentation line to the release notes for LND version 0.21.0, describing a previously merged feature that allows multiple read-only RPC middleware interceptors to be registered at the same time. There are no code changes, no bug fixes, and no security-related content in the commit itself.
No security action required. This is a routine documentation update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is a single addition to docs/release-notes/release-notes-0.21.0.md referencing PR #10611. It documents a functional improvement enabling concurrent registration of multiple read-only RPC middleware interceptors. No source code, configuration, or cryptographic logic is modified.
Changed components
docs/release-notes/release-notes-0.21.0.mdInspect captured patch +4 / −0
diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md
index f4c0155..140c674 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -108,6 +108,10 @@
# Improvements
## Functional Updates
+* [Allow multiple read-only RPC middleware
+ interceptors](https://github.com/lightningnetwork/lnd/pull/10611) to be
+ registered simultaneously.
+
* [Added support](https://github.com/lightningnetwork/lnd/pull/9432) for the
`upfront-shutdown-address` configuration in `lnd.conf`, allowing users to
specify an address for cooperative channel closures where funds will be sent.
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.