Skip to content

Commit bb6e8f3

Browse files
authored
Merge pull request #10366 from starius/mv-release-notes
docs: move release notes from 0.20.0 to 0.21.0
2 parents f6005ed + 86e3b1b commit bb6e8f3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/release-notes/release-notes-0.20.0.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@
5959
- [Fixed a bug](https://github.com/lightningnetwork/lnd/pull/10330) to ensure that goroutine resources are properly freed in the case
6060
of a disconnection or other failure event.
6161

62-
- Chain notifier RPCs now [return the gRPC `Unavailable`
63-
status](https://github.com/lightningnetwork/lnd/pull/10352) while the
64-
sub-server is still starting. This allows clients to reliably detect the
65-
transient condition and retry without brittle string matching.
66-
6762
# New Features
6863

6964
* Use persisted [nodeannouncement](https://github.com/lightningnetwork/lnd/pull/8825)

docs/release-notes/release-notes-0.21.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121

2222
# Bug Fixes
2323

24+
- Chain notifier RPCs now [return the gRPC `Unavailable`
25+
status](https://github.com/lightningnetwork/lnd/pull/10352) while the
26+
sub-server is still starting. This allows clients to reliably detect the
27+
transient condition and retry without brittle string matching.
28+
2429
# New Features
2530

2631
- Basic Support for [onion messaging forwarding](https://github.com/lightningnetwork/lnd/pull/9868)
@@ -64,4 +69,5 @@
6469

6570
# Contributors (Alphabetical Order)
6671

72+
* Boris Nagaev
6773
* Elle Mouton

0 commit comments

Comments
 (0)