From 8017139df506e7e8cd4fc4128aaf9ce162e035f5 Mon Sep 17 00:00:00 2001 From: ziggie Date: Wed, 12 Feb 2025 16:35:28 +0100 Subject: [PATCH] docs: add release-notes --- docs/release-notes/release-notes-0.19.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/release-notes/release-notes-0.19.0.md b/docs/release-notes/release-notes-0.19.0.md index 45216abd8..1350ea22b 100644 --- a/docs/release-notes/release-notes-0.19.0.md +++ b/docs/release-notes/release-notes-0.19.0.md @@ -93,6 +93,10 @@ config is added `disable-backup-archive`, with default set to false, to determine if previous channel backups should be archived or not. +* [The max fee rate](https://github.com/lightningnetwork/lnd/pull/9491) is now + respected when a coop close is initiated. Before the max fee rate would only + be effective for the remote party in the negotiation. + ## Functional Enhancements * [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate wallet transactions. @@ -141,6 +145,11 @@ the misnomer of `chan_id` which was describing the short channel id to `scid` to represent what it really is. +* [In the coop close](https://github.com/lightningnetwork/lnd/pull/9491) case + we always initiate the cooperative close flow even if there are HTLCs active + on the channel. LND will disable the channel for new HTLCs and kick off the + cooperative close flow automatically when the channel has no HTLCs left. + # Improvements ## Functional Updates