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