Merge pull request #2072 from jkczyz/2023-01-fix-scoring-div-by-zero
[rust-lightning] / pending_changelog / 1878.txt
1 ## API Updates
2 - The functions `inbound_payment::{create, create_from_hash}` and
3   `channelmanager::{create_inbound_payment, create_inbound_payment_for_hash}` now accept a
4   `min_final_cltv_expiry_delta` argument. This encodes the `min_final_cltv_expiry_delta` in the
5   payment secret metadata bytes to be validated on payment receipt.
6
7 ## Backwards Compatibility
8 - If `min_final_cltv_expiry_delta` set for any of `inbound_payment::{create, create_from_hash}` or
9   `channelmanager::{create_inbound_payment, create_inbound_payment_for_hash}` then the payment will
10   not be receivable on versions of LDK prior to 0.0.114.
11