diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index 03b2c2720b..53a788bb2a 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 4fb4e12c65..209bc9d2b3 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