From 67b4ada6b0fbe98368df934e1378aeae1ba7f235 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Mon, 22 Jul 2019 13:29:56 +0100 Subject: [PATCH] Add 'Introduced in Catch 2.3.0.' text --- docs/other-macros.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/other-macros.md b/docs/other-macros.md index ddefac8c..994115f1 100644 --- a/docs/other-macros.md +++ b/docs/other-macros.md @@ -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.