From 8cc385ed7cf3d4cda4f2ceab1650f1b0cce0b704 Mon Sep 17 00:00:00 2001 From: GitHub Date: Sat, 15 Nov 2025 00:25:34 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.20.0.md | 5 ----- docs/lnd/release-notes/release-notes-0.21.0.md | 13 +++++++++++++ 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/docs/lnd/release-notes/release-notes-0.20.0.md b/docs/lnd/release-notes/release-notes-0.20.0.md index 03b2c272..53a788bb 100644 --- a/docs/lnd/release-notes/release-notes-0.20.0.md +++ b/docs/lnd/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/lnd/release-notes/release-notes-0.21.0.md b/docs/lnd/release-notes/release-notes-0.21.0.md index 4fb4e12c..04b4290e 100644 --- a/docs/lnd/release-notes/release-notes-0.21.0.md +++ b/docs/lnd/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) @@ -37,6 +42,12 @@ # Improvements ## Functional Updates +* [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. + This applies to both funders and fundees, with the ability to override the + value during channel opening or acceptance. + ## RPC Updates ## lncli Updates @@ -64,4 +75,6 @@ # Contributors (Alphabetical Order) +* Boris Nagaev * Elle Mouton +* Nishant Bansal