docs: update release notes for 0.20

This commit is contained in:
yyforyongyu
2025-03-03 17:39:00 +08:00
parent 650e72518c
commit 9ed32bddf3

View File

@ -94,6 +94,12 @@ circuit. The indices are only available for forwarding events saved after v0.20.
* [11](https://github.com/lightningnetwork/lnd/pull/9972)
## RPC Updates
* Previously the `RoutingPolicy` would return the inbound fee record in its
`CustomRecords` field, which is duplicated info as it's already presented in
fields `InboundFeeBaseMsat` and `InboundFeeRateMilliMsat`. This is now
[fixed](https://github.com/lightningnetwork/lnd/pull/9572), the affected RPCs
are `SubscribeChannelGraph`, `GetChanInfo`, `GetNodeInfo` and `DescribeGraph`.
## lncli Updates