From d9a59c67c34cf0067c4eaa3250df048e575cc7dd Mon Sep 17 00:00:00 2001 From: George Tsagkarelis Date: Wed, 13 Mar 2024 21:01:34 +0100 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.18.1.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/release-notes/release-notes-0.18.1.md diff --git a/docs/release-notes/release-notes-0.18.1.md b/docs/release-notes/release-notes-0.18.1.md new file mode 100644 index 000000000..f1c5c3de0 --- /dev/null +++ b/docs/release-notes/release-notes-0.18.1.md @@ -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.