Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

42 lines (25 loc) · 1.48 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Add container_as_blob (#63)

Changed

  • Allow optional values (#59)
  • Updated Rust version to 2021 and bumped MSRV to 1.63 (#52).

Fixed

  • Fixed serialization of empty sequences (#58)
  • No longer panic on unknown fields (#46)
  • Deserialization of nested structs (#37).

1.0.1 - 2021-07-09

Fixed

  • An issue where byte sequences were serialized as sequences instead of the expected byte string.

Added

  • Missing documentation on public items.
  • Support for deserializing fixed-length byte arrays.

1.0.0 - 2021-04-30

Initial release.