Skip to content

Commit 8cc385e

Browse files
authored
update documentation
1 parent d12ee18 commit 8cc385e

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

docs/lnd/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/lnd/release-notes/release-notes-0.21.0.md

Lines changed: 13 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)
@@ -37,6 +42,12 @@
3742
# Improvements
3843
## Functional Updates
3944

45+
* [Added support](https://github.com/lightningnetwork/lnd/pull/9432) for the
46+
`upfront-shutdown-address` configuration in `lnd.conf`, allowing users to
47+
specify an address for cooperative channel closures where funds will be sent.
48+
This applies to both funders and fundees, with the ability to override the
49+
value during channel opening or acceptance.
50+
4051
## RPC Updates
4152

4253
## lncli Updates
@@ -64,4 +75,6 @@
6475

6576
# Contributors (Alphabetical Order)
6677

78+
* Boris Nagaev
6779
* Elle Mouton
80+
* Nishant Bansal

0 commit comments

Comments
 (0)