Add 'Introduced in Catch 2.3.0.' text

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

View File

@ -134,6 +134,8 @@ ANON_TEST_CASE() {
* `DYNAMIC_SECTION`
> Introduced in Catch 2.3.0.
`DYNAMIC_SECTION` is a `SECTION` where the user can use `operator<<` to
create the final name for that section. This can be useful with e.g.
generators, or when creating a `SECTION` dynamically, within a loop.