Add pending changelog entry for the previous commit

This commit is contained in:
Matt Corallo 2024-07-08 20:43:51 +00:00
parent 72f883e0a1
commit 1d1f47c45a

View File

@ -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).