Add 'Introduced in Catch 2.4.0.' text

This commit is contained in:
Clare Macrae
2019-07-22 13:20:25 +01:00
committed by Martin Hořeňovský
parent ab713894cc
commit 119569a67e
2 changed files with 4 additions and 0 deletions

View File

@@ -219,6 +219,8 @@ By default, Catch does not stringify some types from the standard library. This
## Disabling exceptions
> Introduced in Catch 2.4.0.
By default, Catch2 uses exceptions to signal errors and to abort tests
when an assertion from the `REQUIRE` family of assertions fails. We also
provide an experimental support for disabling exceptions. Catch2 should