docs: add release-notes

This commit is contained in:
ziggie 2025-02-12 16:35:28 +01:00
parent f994c2cb9f
commit 8017139df5
No known key found for this signature in database
GPG key ID: 1AFF9C4DCED6D666

View file

@ -93,6 +93,10 @@
config is added `disable-backup-archive`, with default set to false, to config is added `disable-backup-archive`, with default set to false, to
determine if previous channel backups should be archived or not. 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 ## Functional Enhancements
* [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate * [Add ability](https://github.com/lightningnetwork/lnd/pull/8998) to paginate
wallet transactions. wallet transactions.
@ -141,6 +145,11 @@
the misnomer of `chan_id` which was describing the short channel the misnomer of `chan_id` which was describing the short channel
id to `scid` to represent what it really is. 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 # Improvements
## Functional Updates ## Functional Updates