Skip to content

Commit 5cedbe3

Browse files
committed
f new mentions
1 parent 3a0ce05 commit 5cedbe3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
`Event::SpendableOutputs` (#2609, #2624).
4040
* `[u8; 32]` has been replaced with a `ChannelId` newtype for chan ids (#2485).
4141
* `NetAddress` was renamed `SocketAddress` (#2549) and `FromStr` impl'd (#2134)
42+
* For `no-std` users, `parse_onion_address` was added which creates a
43+
`NetAddress` from a "...onion" string and port (#2134, #2633).
4244
* HTLC information is now provided in `Event::PaymentClaimed::htlcs` (#2478).
4345
* The success probability used in historical penalties when scoring is now
4446
available via `historical_estimated_payment_success_probability` (#2466).
@@ -85,6 +87,8 @@
8587
`ChannelMonitor::get_spendable_outputs` method (#2605).
8688
* Anchor channels HTLC claims on-chain previously spent the entire value of any
8789
HTLCs as fee, which has now been fixed (#2587).
90+
* Anchor channels may result in spurious or missing `Balance` entries for HTLC
91+
balances (#2610).
8892
* `ChannelManager::send_spontaneous_payment_with_retry` spuriously did not
8993
provide the recipient with enough information to claim the payment, leading
9094
to all spontaneous payments failing (#2475).

0 commit comments

Comments
 (0)