Merge pull request #2319 from valentinewallace/2023-05-forward-less-than-onion
[rust-lightning] / pending_changelog / forward-underpaying-htlc.txt
diff --git a/pending_changelog/forward-underpaying-htlc.txt b/pending_changelog/forward-underpaying-htlc.txt
new file mode 100644 (file)
index 0000000..5b6c223
--- /dev/null
@@ -0,0 +1,6 @@
+## Backwards Compat
+
+* 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.