From 313983f106c080cdaec392d5f55032a25ae2a48e Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Sun, 15 Jan 2023 19:33:42 +1030 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.16.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 73035ad6e..e2c915c8e 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -141,6 +141,13 @@ of order is also [fixed](https://github.com/lightningnetwork/lnd/pull/7264). `updatenodeannouncement` peers cli which did not allow setting/ unsetting of feature bits also has been fixed. +* [Enrich the `Channel` message with a peers' alias in order to retrieve it + in `ListChannels`.](https://github.com/lightningnetwork/lnd/pull/7322) This + behavior is opt-in for users of the rpc interface through a new parameter in + `ListChannelsRequest` called `PeerAliasLookup`. For users of lncli this + parameter is enabled by default but can be disabled with a new flag + `--skip_peer_alias_lookup`. + ## Wallet * [Allows Taproot public keys and tap scripts to be imported as watch-only