From f34a71826d07f244819bcf603101a6c3ed6365a2 Mon Sep 17 00:00:00 2001 From: Elle Mouton Date: Tue, 29 Aug 2023 09:22:42 +0200 Subject: [PATCH] docs: add release note entry for 7733 --- docs/release-notes/release-notes-0.18.0.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index 9607f0816f..2a58215d53 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -63,7 +63,13 @@ SendToRouteV2) APIs. This functionality is surfaced in `lncli queryroutes` where the required flags are tagged with `(blinded paths)`. * A new config value, - [http-header-timeout](https://github.com/lightningnetwork/lnd/pull/7715), is added so users can specify the amount of time the http server will wait for a request to complete before closing the connection. The default value is 5 seconds. + [http-header-timeout](https://github.com/lightningnetwork/lnd/pull/7715), is + added so users can specify the amount of time the http server will wait for a + request to complete before closing the connection. The default value is 5 + seconds. +* Update [watchtowers to be Taproot + ready](https://github.com/lightningnetwork/lnd/pull/7733) + * [`routerrpc.usestatusinitiated` is introduced](https://github.com/lightningnetwork/lnd/pull/8177) to signal that @@ -136,7 +142,7 @@ * [Add a watchtower tower client multiplexer](https://github.com/lightningnetwork/lnd/pull/7702) to manage tower clients of different types. - + * [Introduce CommitmentType and JusticeKit interface](https://github.com/lightningnetwork/lnd/pull/7736) to simplify the code.