docs: add release notes

This commit is contained in:
yyforyongyu 2025-01-17 21:31:10 +08:00
parent 27a05694cb
commit ae2bcfe3d8
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

@ -170,6 +170,10 @@
range TLVs provided with the existing set of records on the HTLC,
overwriting any conflicting values with those supplied by the API.
* [Make](https://github.com/lightningnetwork/lnd/pull/9405) the param
`ProofMatureDelta` used in gossip to be configurable via
`--gossip.announcement-conf`, with a default value of 6.
## lncli Updates
## Code Health
@ -214,6 +218,7 @@ config option](https://github.com/lightningnetwork/lnd/pull/9182) and introduce
a new option `channel-max-fee-exposure` which is unambiguous in its description.
The underlying functionality between those two options remain the same.
## Breaking Changes
## Performance Improvements