From e334fc0c0e4371983e7b0af71e11c7b53968cdf5 Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Mon, 28 Aug 2023 12:36:25 +0200 Subject: [PATCH] docs: add release notes --- docs/release-notes/release-notes-0.18.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.18.0.md b/docs/release-notes/release-notes-0.18.0.md index 85e6df1857..1f701cb6ff 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -32,6 +32,10 @@ estimator used(for instance `bitcoind`), and this value is a cap on the max allowed value. So it's expected that this cap is rarely hit unless there's mempool congestion. +* 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)`. ## RPC Additions ## lncli Additions @@ -65,5 +69,6 @@ # Contributors (Alphabetical Order) +* Carla Kirk-Cohen * Elle Mouton * Yong Yu