diff --git a/docs/configuration.md b/docs/configuration.md index 182606ea..61abb7fd 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -164,7 +164,7 @@ by using `_NO_` in the macro, e.g. `CATCH_CONFIG_NO_CPP17_UNCAUGHT_EXCEPTIONS`. > `CATCH_CONFIG_GETENV` was [introduced](https://github.com/catchorg/Catch2/pull/2562) in Catch2 3.2.0 -> `CATCH_CONFIG_USE_BUILTIN_CONSTANT_P` was introduced in Catch2 vX.Y.Z +> `CATCH_CONFIG_USE_BUILTIN_CONSTANT_P` was introduced in Catch2 3.8.0 Currently Catch enables `CATCH_CONFIG_WINDOWS_SEH` only when compiled with MSVC, because some versions of MinGW do not have the necessary Win32 API support. diff --git a/docs/deprecations.md b/docs/deprecations.md index 0b5bee13..20312cd5 100644 --- a/docs/deprecations.md +++ b/docs/deprecations.md @@ -38,7 +38,7 @@ macro](skipping-passing-failing.md#top). ### Non-const function for `TEST_CASE_METHOD` -> Deprecated in Catch2 vX.Y.Z +> Deprecated in Catch2 3.7.0 Currently, the member function generated for `TEST_CASE_METHOD` is not `const` qualified. In the future, the generated member function will