Skip to content

v1.0.28

Compare
Choose a tag to compare
@EduPonz EduPonz released this 12 Jul 06:11
· 5 commits to 1.0.x since this release
7ebc45e

Improvements

  1. Use std::string::assign instead of constructor + move assignment (#145)
  2. Improve CodeQL Github action (#147)

Fixes

  1. Fix over-optimization when serializing bools (#155)

PRs in merged order:
#145, #147, #155, #157