From: Matt Corallo Date: Mon, 8 Jul 2024 20:43:51 +0000 (+0000) Subject: Add pending changelog entry for the previous commit X-Git-Tag: v0.0.124-beta~42^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=1d1f47c45a07b2bd622979d17ce158abfc92e9e9;p=rust-lightning Add pending changelog entry for the previous commit --- diff --git a/pending_changelog/3160-format-change.txt b/pending_changelog/3160-format-change.txt new file mode 100644 index 000000000..80cdc5757 --- /dev/null +++ b/pending_changelog/3160-format-change.txt @@ -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).