Skip to content

Release 3.7.0

Choose a tag to compare

@zeenix zeenix released this 11 May 07:58
· 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 SerializeDict with these formats.