diff --git a/docs/release-notes/release-notes-0.16.0.md b/docs/release-notes/release-notes-0.16.0.md index 4c3e5439f..1c29a0a90 100644 --- a/docs/release-notes/release-notes-0.16.0.md +++ b/docs/release-notes/release-notes-0.16.0.md @@ -33,6 +33,12 @@ * [Make remote channel reserve amount configurable for `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. + ## Wallet * [Allows Taproot public keys and tap scripts to be imported as watch-only