1.3.3: Summary of changes since 1.3.2 -- C++14/17 support, Platform improvements, Stability and Usability
Documentation changes
- Numerous changes to API, code examples @KjellKod
- Cleanup and improvement (#328, #353) @jecaro, @mkilivan
#Feature improvement
Cleanup Help
Debug levels (#259) @DerekJuba-NIST
Ambiguous constructor error. (#262) @DigitalInBlue
Warning about whitespace (#265) @codekrafter
Code Cleanup (#336) @JoelStienlet
Bug fixing
- Macro safe calling (#320) @madscientist
- Windows stacktrace (#334 @lederernc
Platform support and Build Improvements
- MinGW / Windows fixes (#260) @tkhyn
- VS2013, VS2015 improvements (#266, #273, #277, #275, #278, #291, #292, #293 ) @AndreasSchoenle, @outkontroll, @ccvca, @AlexP11223, @cstamatopoulos, @ctapmex
- CMake improvements (#190, #267, #272, #268, #299, #294, #312, #321 ) @julien-lecomte, @AndreasSchoenle, @mobileben, @MaxSavenkov, @michaelbgratton, @BenjaminBeichler, @myd7349
- Clang build improvements (#283) @ngladitz
- CI improvements (#300, #301, #340 ) @KjellKod
- arm64 support (#307) @mobileben
- iOS fatal signal handling (#309) @mobileben
Installation and Project integration
- project integration (#333,) @bmagistro