Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 859 Bytes

Changelog.md

File metadata and controls

16 lines (11 loc) · 859 Bytes

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.

1.3.0

  • Update deserialize_string to use tail recursive map. (#17)
  • Rename base module to avoid conflict. (#18)
  • Enable msgpack to be safe-string ready. (#19)

Breaking changes

  • Drop camlp4 and use ppx_meta_conv instead of meta_conv. (#12, #15)
  • Drop OCaml before 4.01.0. (#24)