Add 'Introduced in Catch 2.6.0.' text

This commit is contained in:
Clare Macrae
2019-07-22 12:31:33 +01:00
committed by Martin Hořeňovský
parent c071f07e1a
commit 42a5903188
3 changed files with 5 additions and 0 deletions

View File

@@ -211,6 +211,7 @@ By default, Catch does not stringify some types from the standard library. This
CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER // Provide StringMaker specialization for std::optional (on C++17)
CATCH_CONFIG_ENABLE_ALL_STRINGMAKERS // Defines all of the above
> `CATCH_CONFIG_ENABLE_OPTIONAL_STRINGMAKER` was [introduced](https://github.com/catchorg/Catch2/issues/1510) in Catch 2.6.0.
## Disabling exceptions