Merge pull request #2416 from jkczyz/2023-07-invoice-rename
[rust-lightning] / pending_changelog / forward-underpaying-htlc.txt
1 ## Backwards Compat
2
3 * Forwarding less than the expected amount in `ChannelManager::forward_intercepted_htlc` may break
4         compatibility with versions of LDK prior to 0.0.116
5 * Setting `ChannelConfig::accept_underpaying_htlcs` may break compatibility with versions of LDK
6         prior to 0.0.116, and unsetting the feature between restarts may lead to payment failures.