Skip to content

Commit da385c0

Browse files
committed
f one new one old missing pr
1 parent 8a7b116 commit da385c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
missing support for blinded path payments (#1927, #1908, #1926).
2121
* A `lightning-custom-message` crate has been added to make combining multiple
2222
custom messages into one enum/handler easier (#1832).
23+
* `Event::PaymentPathFailure` is now generated for failure to send an HTLC
24+
over the first hop on our local channel (#2014, 2043).
2325
* `lightning-net-tokio` no longer requires an `Arc` on `PeerManager` (#1968).
2426
* `ChannelManager::list_recent_payments` was added (#1873).
2527
* `lightning-background-processor` `std` is now optional in async mode (#1962).
@@ -58,6 +60,8 @@
5860
updated by other means between gossip syncs (#2046).
5961
* Fixed a panic in `KeysManager` when the high bit of `starting_time_nanos`
6062
is set (#1935).
63+
* Resolved an issue where the `ChannelManager::get_persistable_update_future`
64+
future would fail to wake until a second notification occurs (#2064).
6165
* Resolved a memory leak when using `ChannelManager::send_probe` (#2037).
6266
* Fixed a deadlock on some platforms at least when using async `ChannelMonitor`
6367
updating (#2006).

0 commit comments

Comments
 (0)