From 1d1f47c45a07b2bd622979d17ce158abfc92e9e9 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Mon, 8 Jul 2024 20:43:51 +0000 Subject: [PATCH] Add pending changelog entry for the previous commit --- pending_changelog/3160-format-change.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pending_changelog/3160-format-change.txt 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). -- 2.39.5