From ea9a780203e973ef85b43b574c7246276ec97a25 Mon Sep 17 00:00:00 2001 From: Marcos Date: Fri, 8 Dec 2023 00:56:31 +0100 Subject: [PATCH] docs: release notes update for 0.18.0 --- 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 59ded9784..1d92a4f91 100644 --- a/docs/release-notes/release-notes-0.18.0.md +++ b/docs/release-notes/release-notes-0.18.0.md @@ -117,6 +117,11 @@ in the rpc definition to ensure that the autogenerated API documentation properly specifies how to use the lncli command. +* [Enable multiple outgoing channel ids for the payment + command](https://github.com/lightningnetwork/lnd/pull/8261). This change adds + the ability to specify multiple outgoing channel ids for the `sendpayment` + command. + ## Code Health * [Remove Litecoin code](https://github.com/lightningnetwork/lnd/pull/7867).