Note that abandon_payment does not persist the state update in docs
[rust-lightning] / pending_changelog / matt-abandon-restart.txt
1 ## API Updates
2 - `ChannelManager::abandon_payment` docs have been updated to note that the
3   payment may return to pending after a restart if no persistence occurs. This
4   is not a change in behavior - ensure your existing code is safe.