mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
docs: add release-notes
This commit is contained in:
parent
f994c2cb9f
commit
8017139df5
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue