Drop `create_inbound_payment*_legacy` breaking downgrade to 0.0.103
[rust-lightning] / pending_changelog / no-legacy-payments.txt
diff --git a/pending_changelog/no-legacy-payments.txt b/pending_changelog/no-legacy-payments.txt
new file mode 100644 (file)
index 0000000..f5f3f16
--- /dev/null
@@ -0,0 +1,4 @@
+ * 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.