Skip to content
== 2.10.1 ==

=== Improvements ===
* Catch2 now guards itself against `min` and `max` macros from `windows.h` (#1772)
* Templated tests will now compile with ICC (#1748)
* `WithinULP` matcher now uses scientific notation for stringification (#1760)

=== Fixes ===
* Templated tests no longer trigger `-Wunused-templates` (#1762)
* Suppressed clang-analyzer false positive in context getter (#1230, #1735)

=== Miscellaneous ===
* CMake no longer prohibits in-tree build when Catch2 is used as a subproject (#1773, #1774)