mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
4 lines
266 B
Text
4 lines
266 B
Text
## 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).
|