Skip to content

2.5.3

Compare
Choose a tag to compare
@stephenberry stephenberry released this 18 Apr 15:05
· 780 commits to main since this release

Improvements

  • Faster string comparison in #925
  • Cleaned/optimized error message generation and includes in #927
    • Uses less allocations/memory as well, which is good for embedded platforms
  • Support tag property in tagged variants by in #929
  • Better errors when attempting to write to a const buffer in #933

Internal Cleanup

  • Removed unused tuplet _tag in #924

Full Changelog: v2.5.2...v2.5.3