]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Add missing pending changelog for downgrade on unsafe funding
authorMatt Corallo <git@bluematt.me>
Tue, 27 Aug 2024 19:21:09 +0000 (19:21 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 27 Aug 2024 19:31:25 +0000 (19:31 +0000)
pending_changelog/3259-no-downgrade.txt [new file with mode: 0644]

diff --git a/pending_changelog/3259-no-downgrade.txt b/pending_changelog/3259-no-downgrade.txt
new file mode 100644 (file)
index 0000000..ed4193d
--- /dev/null
@@ -0,0 +1,4 @@
+# Backwards Compatibility
+ * Downgrading after using `ChannelManager`'s
+   `unsafe_manual_funding_transaction_generated` may cause deserialization of
+   `ChannelManager` to fail with an `Err` (#3259).