From 2302debd6cdafc276f9da1f059264c9d7b691c63 Mon Sep 17 00:00:00 2001 From: George Tsagkarelis Date: Mon, 22 Sep 2025 15:49:54 +0200 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 50653dcff..f237d3bb9 100644 --- a/docs/release-notes/release-notes-0.20.0.md +++ b/docs/release-notes/release-notes-0.20.0.md @@ -76,6 +76,11 @@ a certain amount of msats. [allow](https://github.com/lightningnetwork/lnd/pull/10087) `conf_target=1`. Previously they required `conf_target >= 2`. +* A new AuxComponent was added named AuxChannelNegotiator. This component aids + with custom data communication for aux channels, by injecting and handling + data in channel related wire messages. See + [PR](https://github.com/lightningnetwork/lnd/pull/10182) for more info. + ## 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