Add 'Introduced in Catch 2.3.0.' text

This commit is contained in:
Clare Macrae
2019-08-02 19:18:47 +02:00
committed by Martin Hořeňovský
parent 119569a67e
commit 67b4ada6b0
+2
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.