Release 3.7.0
·
3206 commits
to main
since this release
- Specify size of dict when serializing. Some formats/encoders (e.g bincode) need the size of the map before they can serialize so this fix makes it possible to use types using
SerializeDictwith these formats.