Skip to content

Release v2.0

Choose a tag to compare

@Sp3EdeR Sp3EdeR released this 01 Dec 21:54
· 9 commits to main since this release

Warning

This version breaks compatibility with version v1.x. When using access_private to access the Reset function, && must be appended to the parameter types.

What's Changed

  • added: new testing interface that does not require access_private
  • added: several documentation improvements and a Doxygen build
  • fix: potential corruption when the singleton constructor throws
  • fix: perfect forwarding by @BenjaminCrow in #4
  • removed: the access_private submodule

New Contributors

Full Changelog: v1.0.1...v2.0