Skip to content

Commit c196324

Browse files
authored
update documentation
1 parent af2872a commit c196324

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/lnd/release-notes/release-notes-0.20.0.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ a certain amount of msats.
6262
- Added support for [P2TR Fallback Addresses](
6363
https://github.com/lightningnetwork/lnd/pull/9975) in BOLT-11 invoices.
6464

65+
- A new experimental RPC endpoint
66+
[XFindBaseLocalChanAlias](https://github.com/lightningnetwork/lnd/pull/10133)
67+
was added for looking up the base scid for an scid alias. Aliases that were
68+
manually created via the `XAddLocalChanAliases` endpoint will get lost on
69+
restart.
70+
6571
## Functional Enhancements
6672
* [Add](https://github.com/lightningnetwork/lnd/pull/9677)
6773
`ConfirmationsUntilActive` and `ConfirmationHeight` field to the
@@ -76,6 +82,11 @@ a certain amount of msats.
7682
[allow](https://github.com/lightningnetwork/lnd/pull/10087)
7783
`conf_target=1`. Previously they required `conf_target >= 2`.
7884

85+
* A new AuxComponent was added named AuxChannelNegotiator. This component aids
86+
with custom data communication for aux channels, by injecting and handling
87+
data in channel related wire messages. See
88+
[PR](https://github.com/lightningnetwork/lnd/pull/10182) for more info.
89+
7990
## RPC Additions
8091
* When querying [`ForwardingEvents`](https://github.com/lightningnetwork/lnd/pull/9813)
8192
logs, the response now include the incoming and outgoing htlc indices of the payment

0 commit comments

Comments
 (0)