Add PaymentClaimable::counterparty_skimmed_fee_msat
[rust-lightning] / pending_changelog / forward-underpaying-htlc.txt
index 21f4a14642ad96797d5fb7642b2d16f60a7813ff..5b6c223775391a30a84f610a953ac3d30e8bad46 100644 (file)
@@ -2,3 +2,5 @@
 
 * Forwarding less than the expected amount in `ChannelManager::forward_intercepted_htlc` may break
        compatibility with versions of LDK prior to 0.0.116
+* Setting `ChannelConfig::accept_underpaying_htlcs` may break compatibility with versions of LDK
+       prior to 0.0.116, and unsetting the feature between restarts may lead to payment failures.