diff --git a/docs/release-notes/release-notes-0.22.0.md b/docs/release-notes/release-notes-0.22.0.md index c3367af9c..5ca01805b 100644 --- a/docs/release-notes/release-notes-0.22.0.md +++ b/docs/release-notes/release-notes-0.22.0.md @@ -27,8 +27,18 @@ ## RPC Additions +* The `routerrpc.EstimateRouteFee` RPC now supports [restricting fee estimates + to specific first-hop outgoing + channels](https://github.com/lightningnetwork/lnd/pull/10501) via the new + `outgoing_chan_ids` field in `RouteFeeRequest`. + ## lncli Additions +* The `estimateroutefee` command now supports [restricting fee estimates to + specific first-hop outgoing + channels](https://github.com/lightningnetwork/lnd/pull/10501) via the new + `--outgoing_chan_id` flag. + # Improvements ## Functional Updates