Add note about PaymentId fields to 0.0.103 changelog 2021-11-103-doc-tweaks
authorMatt Corallo <git@bluematt.me>
Wed, 3 Nov 2021 16:51:56 +0000 (16:51 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 4 Nov 2021 20:24:38 +0000 (20:24 +0000)
CHANGELOG.md

index a82a6648358aa8607c7f02fe963de1d1a3456344..80745291a0e6722a01b77a8e67dede699a79bc76 100644 (file)
@@ -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).