From b31bab3529c2850087c4f0d26359001ca3fc2730 Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Fri, 13 Oct 2023 15:31:02 -0400 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.18.0.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index 6839045b7..fa283a9aa 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -61,7 +61,9 @@ * Support for [pathfinding]((https://github.com/lightningnetwork/lnd/pull/7267) and payment to blinded paths has been added via the `QueryRoutes` (and SendToRouteV2) APIs. This functionality is surfaced in `lncli queryroutes` - where the required flags are tagged with `(blinded paths)`. + where the required flags are tagged with `(blinded paths)`. Updates to mission + control to [handle pathfinding errors](https://github.com/lightningnetwork/lnd/pull/8095) + for blinded paths are also included. * 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.