Merge pull request #2416 from jkczyz/2023-07-invoice-rename
[rust-lightning] / pending_changelog / no-legacy-payments.txt
1  * Legacy inbound payment creation has been removed, thus there is no way to
2    create a pending inbound payment which will still be claimable on LDK
3    0.0.103 or earlier. Support for claiming such payments is still retained,
4    however is likely to be removed in the next release (#2351).
5  * Some fields required in 0.0.103 and earlier are no longer written, thus
6    deserializing objects written in 0.0.116 with 0.0.103 may now fail (#2351).