From 2188dd9d2bfaf32ea14f28af9f2384778a344dac Mon Sep 17 00:00:00 2001 From: Carla Kirk-Cohen Date: Wed, 14 Feb 2024 09:21:56 -0500 Subject: [PATCH] docs: release notes 18.0 --- 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 c4ca138e7..55cd9dd60 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -187,7 +187,9 @@ call where arguments were swapped. bitcoin peers' feefilter values into account](https://github.com/lightningnetwork/lnd/pull/8418). * [Preparatory work](https://github.com/lightningnetwork/lnd/pull/8159) for - forwarding of blinded routes was added. + forwarding of blinded routes was added, along with [support](https://github.com/lightningnetwork/lnd/pull/8160) + for forwarding blinded payments. Forwarding of blinded payments is disabled + by default, and the feature is not yet advertised to the network. ## RPC Additions