From: Matt Corallo Date: Thu, 7 Jul 2022 17:43:30 +0000 (+0000) Subject: Add missing note about renaming force-close methods in 109 changelog X-Git-Tag: v0.0.110~21^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=469adbd7df816a7829316ddd4a804ae04ed02a0e;p=rust-lightning Add missing note about renaming force-close methods in 109 changelog --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b93c795..961b1121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,9 @@ option to prefer channels which afford better privacy when routing (#1555). * `ProbabilisticScorer` now provides access to its estimated liquidity range for a given channel via `estimated_channel_liquidity_range` (#1549). + * `ChannelManager::force_close_channel` has been renamed + `force_close_broadcasting_latest_txn` and + `force_close_without_broadcasting_txn` has been added (#1564). * Options which cannot be changed at runtime have been moved from `ChannelConfig` to `ChannelHandshakeConfig` (#1529). * `find_route` takes `&NetworkGraph` instead of `ReadOnlyNetworkGraph (#1583).