Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@jarro2783 jarro2783 released this 15 Feb 05:32
· 7 commits to master since this release
3bf2684

Bug fixes

  • Fix unannotated fallthrough.
  • Fix sign conversion with Unicode output.
  • Don't initialize regex in static initialiser.
  • Fix incorrect integer overflow checks.

Added

  • Add fuzzing to CI

Changed

  • Change quote output to '' to match Windows.
  • Don't split positional arguments by the list delimiter.
  • Order help groups by the order they were added.