From ccf3a282d066925228934cd1d446206e2e3203e7 Mon Sep 17 00:00:00 2001 From: Abdullahi Yunus Date: Thu, 15 May 2025 22:29:54 +0100 Subject: [PATCH] docs: add release note --- docs/release-notes/release-notes-0.20.0.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release-notes/release-notes-0.20.0.md b/docs/release-notes/release-notes-0.20.0.md index dca605957..7bc9d6e8e 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -25,6 +25,10 @@ ## Functional Enhancements ## RPC Additions +* When querying [`ForwardingEvents`](https://github.com/lightningnetwork/lnd/pull/9813) +logs, the response now include the incoming and outgoing htlc indices of the payment +circuit. The indices are only available for forwarding events saved after v0.20. + * The `lncli addinvoice --blind` command now has the option to include a [chained channels](https://github.com/lightningnetwork/lnd/pull/9127) @@ -94,4 +98,5 @@ # Contributors (Alphabetical Order) +* Abdulkbk Pins