diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index 59ded9784..881fcf78a 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -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