From c1963249ee46620c4b937de49d23a54277002c19 Mon Sep 17 00:00:00 2001 From: GitHub Date: Fri, 26 Sep 2025 00:23:48 +0000 Subject: [PATCH] update documentation --- docs/lnd/release-notes/release-notes-0.20.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/lnd/release-notes/release-notes-0.20.0.md b/docs/lnd/release-notes/release-notes-0.20.0.md index e77089ef..39a05b23 100644 --- a/docs/lnd/release-notes/release-notes-0.20.0.md +++ b/docs/lnd/release-notes/release-notes-0.20.0.md @@ -62,6 +62,12 @@ a certain amount of msats. - Added support for [P2TR Fallback Addresses]( https://github.com/lightningnetwork/lnd/pull/9975) in BOLT-11 invoices. +- A new experimental RPC endpoint + [XFindBaseLocalChanAlias](https://github.com/lightningnetwork/lnd/pull/10133) + was added for looking up the base scid for an scid alias. Aliases that were + manually created via the `XAddLocalChanAliases` endpoint will get lost on + restart. + ## Functional Enhancements * [Add](https://github.com/lightningnetwork/lnd/pull/9677) `ConfirmationsUntilActive` and `ConfirmationHeight` field to the @@ -76,6 +82,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