Skip to content

Commit 9121050

Browse files
committed
Add CHANGELOG entry for 0.2.1
1 parent bd05f85 commit 9121050

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# 0.2.1 - Jan 26, 2025 - "Electrum Confirmations Logged"
2+
3+
## API Updates
4+
* The `AttributionData` struct is now public, correcting an issue where it was
5+
accidentally sealed preventing construction of some messages (#4268).
6+
* The async background processor now exits even if work remains to be done as
7+
soon as the sleeper returns the exit flag (#4259).
8+
9+
## Bug Fixes
10+
* The presence of unconfirmed transactions no longer causes
11+
`ElectrumSyncClient` to spuriously fail to sync (#4341).
12+
* `ChannelManager::splice_channel` now properly fails immediately if the
13+
peer does not support splicing (#4262, #4274).
14+
* A spurious debug assertion was removed which could fail in cases where an
15+
HTLC fails to be forwarded after being accepted (#4312).
16+
* Many log calls related to outbound payments were corrected to include a
17+
`payment_hash` field (#4342).
18+
19+
120
# 0.2 - Dec 2, 2025 - "Natively Asynchronous Splicing"
221

322
## API Updates

0 commit comments

Comments
 (0)