]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Add pending changelog entry for the previous commit 2024-07-better-enum-upgradable-ser
authorMatt Corallo <git@bluematt.me>
Mon, 8 Jul 2024 20:43:51 +0000 (20:43 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 17 Jul 2024 15:02:13 +0000 (15:02 +0000)
pending_changelog/3160-format-change.txt [new file with mode: 0644]

diff --git a/pending_changelog/3160-format-change.txt b/pending_changelog/3160-format-change.txt
new file mode 100644 (file)
index 0000000..80cdc57
--- /dev/null
@@ -0,0 +1,4 @@
+## Backwards Compatibility
+ * `impl_writeable_tlv_based_enum[_upgradable]`'s writing of tuple variants has
+   changed format. Users of this macro who are reading/writing tuple variants
+   will need to perform a format-change to update their serialized data (#3160).