docs: update release notes

This commit is contained in:
George Tsagkarelis 2024-03-13 21:01:34 +01:00 committed by Oliver Gugger
parent 49f7207576
commit d9a59c67c3
No known key found for this signature in database
GPG Key ID: 8E4256593F177720

View File

@ -0,0 +1,7 @@
* Some new experimental [RPCs for managing SCID
aliases](https://github.com/lightningnetwork/lnd/pull/8509) were added under
the routerrpc package. These methods allow manually adding and deleting scid
aliases locally to your node.
> NOTE: these new RPC methods are marked as experimental
(`XAddLocalChanAliases` & `XDeleteLocalChanAliases`) and upon calling
them the aliases will not be communicated with the channel peer.