]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Add pending changelog noting possible backwards compat panic
authorWilmer Paulino <wilmer@wilmerpaulino.com>
Tue, 28 Mar 2023 20:22:47 +0000 (13:22 -0700)
committerWilmer Paulino <wilmer@wilmerpaulino.com>
Wed, 29 Mar 2023 00:27:51 +0000 (17:27 -0700)
pending_changelog/2059.txt [new file with mode: 0644]

diff --git a/pending_changelog/2059.txt b/pending_changelog/2059.txt
new file mode 100644 (file)
index 0000000..d2ee0bc
--- /dev/null
@@ -0,0 +1,4 @@
+## Backwards Compatibility
+
+- Providing `ChannelMonitorUpdate`s generated by LDK 0.0.115 to a
+`ChannelMonitor` on 0.0.114 or before may panic.