Skip to content

v0.8.0

Compare
Choose a tag to compare
@torkleyy torkleyy released this 16 Aug 08:41
· 83 commits to master since this release
4089034

Changelog

  • Bump dependencies: bitflags to 1.3, indexmap to 1.9 (#399)
  • Add integer128 feature that guards i128 and u128 (#304, #351)
  • Fix issue #265 with better missing comma error (#353)
  • Fix issue #301 with better error messages (#354)
  • Fix issue #337 by removing decimal_floats PrettyConfig option and unconditional decimals in floats (#363)
  • Fix issue #203 with full de error positioning (#356)
  • Expand the ron::Error enum to distinguish serde errors like NoSuchEnumVariant and MissingStructField with error positioning (#394)
  • Bump MSRV to 1.56.0 (#396)

Full changelog

v0.7.1...v0.8.0