From 645eb44f66fcdc1a550bb151d65f72afba2dc774 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Wed, 8 Nov 2023 13:32:10 +0200 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.18.0.md | 7 +++++++ 1 file changed, 7 insertions(+) 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