Note that abandon_payment does not persist the state update in docs
[rust-lightning] / pending_changelog / matt-abandon-restart.txt
diff --git a/pending_changelog/matt-abandon-restart.txt b/pending_changelog/matt-abandon-restart.txt
new file mode 100644 (file)
index 0000000..07dc073
--- /dev/null
@@ -0,0 +1,4 @@
+## API Updates
+- `ChannelManager::abandon_payment` docs have been updated to note that the
+  payment may return to pending after a restart if no persistence occurs. This
+  is not a change in behavior - ensure your existing code is safe.