Stop writing old `user_payment_id` field not read since 0.0.103
[rust-lightning] / pending_changelog / no-legacy-payments.txt
index f5f3f1669b29948da42a5a60698be07ef6cd6ee8..8ca3aef1cbe6f9b6e37e5b0cadcde190907928bc 100644 (file)
@@ -1,4 +1,6 @@
  * Legacy inbound payment creation has been removed, thus there is no way to
    create a pending inbound payment which will still be claimable on LDK
    0.0.103 or earlier. Support for claiming such payments is still retained,
-   however is likely to be removed in the next release.
+   however is likely to be removed in the next release (#2351).
+ * Some fields required in 0.0.103 and earlier are no longer written, thus
+   deserializing objects written in 0.0.116 with 0.0.103 may now fail (#2351).