Skip to content

4.0.0

Latest
Compare
Choose a tag to compare
@mpaland mpaland released this 26 Mar 15:39
· 3 commits to master since this release

Finally exponential support arrived in version 4.0.0! 馃

  • Scientific (exponential) notation support for types %e and %g. Major thanks to @mjasperse for his cool contribution!
    If exponential support is not needed, define PRINTF_DISABLE_SUPPORT_EXPONENTIAL and v4 behaves like v3
  • Added support for the vprintf() function
  • Updated catch2 to v2.7.0
  • Added more test cases (over 400 now!)