docs: move release notes from 0.20.0 to 0.21.0
What changed, and why it matters
This commit only reorganizes documentation. It moves a release note about a chain notifier RPC behavior change from the 0.20.0 release notes file to the 0.21.0 release notes file. No code was changed, and no security issue is introduced or fixed by this commit itself.
No security action needed. This is a documentation-only release notes reorganization.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff is limited to two markdown release notes files. It removes a bullet describing PR #10352 (chain notifier RPCs returning gRPC Unavailable while the sub-server is starting) from docs/release-notes/release-notes-0.20.0.md and adds the same bullet to docs/release-notes/release-notes-0.21.0.md. It also adds a contributor name. There are no source code modifications.
Changed components
docs/release-notes/release-notes-0.20.0.mddocs/release-notes/release-notes-0.21.0.mdInspect captured patch +6 / −5
diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md
index 03b2c27..53a788b 100644
--- a/docs/release-notes/release-notes-0.20.0.md
+++ b/docs/release-notes/release-notes-0.20.0.md
@@ -59,11 +59,6 @@
- [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/10330) to ensure that goroutine resources are properly freed in the case
of a disconnection or other failure event.
-- Chain notifier RPCs now [return the gRPC `Unavailable`
- status](https://github.com/lightningnetwork/lnd/pull/10352) while the
- sub-server is still starting. This allows clients to reliably detect the
- transient condition and retry without brittle string matching.
-
# New Features
* Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825)
diff --git a/docs/release-notes/release-notes-0.21.0.md b/docs/release-notes/release-notes-0.21.0.md
index 4fb4e12..209bc9d 100644
--- a/docs/release-notes/release-notes-0.21.0.md
+++ b/docs/release-notes/release-notes-0.21.0.md
@@ -21,6 +21,11 @@
# Bug Fixes
+- Chain notifier RPCs now [return the gRPC `Unavailable`
+ status](https://github.com/lightningnetwork/lnd/pull/10352) while the
+ sub-server is still starting. This allows clients to reliably detect the
+ transient condition and retry without brittle string matching.
+
# New Features
- Basic Support for [onion messaging forwarding](https://github.com/lightningnetwork/lnd/pull/9868)
@@ -64,4 +69,5 @@
# Contributors (Alphabetical Order)
+* Boris Nagaev
* 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.