Expose the channel via which we received a payment
[rust-lightning] / pending_changelog / 1856.txt
diff --git a/pending_changelog/1856.txt b/pending_changelog/1856.txt
new file mode 100644 (file)
index 0000000..d45cff6
--- /dev/null
@@ -0,0 +1,9 @@
+## API Updates
+- `PaymentReceived` events now have `via_channel_id` and `via_user_channel_id`
+  fields exposing the hop over which we received an inbound payment. Also,
+  `ChannelDetails` now expose the currently observed number of `confirmations`
+  on the funding transaction.
+
+## Backwards Compatibilty
+- Inbound payments with HTLCs pending on update to 0.0.113 will result
+  in a `PaymentReceived` event with `user_channel_id` 0.