Merge pull request #1602 from TheBlueMatt/2022-07-109-rel-missing-force-close
authorJeffrey Czyz <jkczyz@gmail.com>
Fri, 8 Jul 2022 19:34:13 +0000 (14:34 -0500)
committerGitHub <noreply@github.com>
Fri, 8 Jul 2022 19:34:13 +0000 (14:34 -0500)
Add missing note about renaming force-close methods in 109 changelog

CHANGELOG.md

index 8b93c795a33c17b1365cc87108bfef89ea04e6ca..961b1121196a94b76f0fac5ec76c1613d83858c0 100644 (file)
@@ -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).