docs: update release notes

This commit is contained in:
Elle Mouton 2023-11-08 13:32:10 +02:00
parent a242ad5acb
commit 645eb44f66
No known key found for this signature in database
GPG Key ID: D7D916376026F177

View File

@ -146,6 +146,13 @@
* [Add Dynamic Commitment Wire Types](https://github.com/lightningnetwork/lnd/pull/8026).
This change begins the development of Dynamic Commitments allowing for the
negotiation of new channel parameters and the upgrading of channel types.
* Start using the [timestamps query
option](https://github.com/lightningnetwork/lnd/pull/8030) in the
`query_channel_range` message. This will allow us to know if our peer has a
newer update for a channel that we have marked as a zombie. This addition can
be switched off using the new `protocol.no-timestamp-query-option` config
option.
## Testing