Skip to content

Commit ba4fc7f

Browse files
committed
Add note about PaymentId fields to 0.0.103 changelog
1 parent 02d430d commit ba4fc7f

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
@@ -30,6 +30,9 @@
3030
* `Event::PaymentSent` now includes the full fee which was spent across all
3131
payment paths which were fulfilled or pending when the payment was fulfilled
3232
(#1142).
33+
* `Event::PaymentSent` and `Event::PaymentPathFailed` now include the
34+
`PaymentId` which matches the `PaymentId` returned from
35+
`ChannelManager::send_payment` or `InvoicePayer::pay_invoice` (#1059).
3336
* `NetGraphMsgHandler` now takes a `Deref` to the `NetworkGraph`, allowing for
3437
shared references to the graph data to make serialization and references to
3538
the graph data in the `InvoicePayer`'s `Router` simpler (#1149).

0 commit comments

Comments
 (0)