X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=CHANGELOG.md;h=80745291a0e6722a01b77a8e67dede699a79bc76;hb=1beccf188d157cc3147d348a348ad8d2e5d5fe59;hp=a82a6648358aa8607c7f02fe963de1d1a3456344;hpb=31cd00ebf5cc1e3eb0efb09a512e8c4eacdb1341;p=rust-lightning diff --git a/CHANGELOG.md b/CHANGELOG.md index a82a6648..80745291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,9 @@ * `Event::PaymentSent` now includes the full fee which was spent across all payment paths which were fulfilled or pending when the payment was fulfilled (#1142). + * `Event::PaymentSent` and `Event::PaymentPathFailed` now include the + `PaymentId` which matches the `PaymentId` returned from + `ChannelManager::send_payment` or `InvoicePayer::pay_invoice` (#1059). * `NetGraphMsgHandler` now takes a `Deref` to the `NetworkGraph`, allowing for shared references to the graph data to make serialization and references to the graph data in the `InvoicePayer`'s `Router` simpler (#1149).