From f8ef283589327f2e0767b816fc3b5158ce752190 Mon Sep 17 00:00:00 2001 From: Slyghtning Date: Tue, 25 Oct 2022 05:57:46 -0400 Subject: [PATCH] docs: update release notes --- docs/release-notes/release-notes-0.16.0.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 59d58a13c..d8278d8da 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -41,10 +41,11 @@ `openchannel`](https://github.com/lightningnetwork/lnd/pull/6956) * [`ForwardingHistory` ](https://github.com/lightningnetwork/lnd/pull/7001) now - enriches each forwarding event with inbound and outbound peer alias names. In - order for UIs to preserve the performance of this RPC the alias lookup can be - skipped by specifying `skip_peer_alias_lookup`. `lncli fwdinghistory` also - adds a flag `skip_peer_alias_lookup` to skip the lookup. + enriches each forwarding event with inbound and outbound peer alias names if + the new flag `PeerAliasLookup` in `ForwardingHistoryRequest` is set to true. + [`lncli fwdinghistory` ](https://github.com/lightningnetwork/lnd/pull/7083) + enables this feature by default but adds a new flag `skip_peer_alias_lookup` + to skip the lookup. * The graph lookups method `DescribeGraph`, `GetNodeInfo` and `GetChanInfo` now [expose tlv data](https://github.com/lightningnetwork/lnd/pull/7085) that is