Skip to content

Commit c726b4e

Browse files
authored
Merge pull request #1602 from TheBlueMatt/2022-07-109-rel-missing-force-close
Add missing note about renaming force-close methods in 109 changelog
2 parents ad2e92a + 469adbd commit c726b4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
option to prefer channels which afford better privacy when routing (#1555).
1515
* `ProbabilisticScorer` now provides access to its estimated liquidity range
1616
for a given channel via `estimated_channel_liquidity_range` (#1549).
17+
* `ChannelManager::force_close_channel` has been renamed
18+
`force_close_broadcasting_latest_txn` and
19+
`force_close_without_broadcasting_txn` has been added (#1564).
1720
* Options which cannot be changed at runtime have been moved from
1821
`ChannelConfig` to `ChannelHandshakeConfig` (#1529).
1922
* `find_route` takes `&NetworkGraph` instead of `ReadOnlyNetworkGraph (#1583).

0 commit comments

Comments
 (0)