diff --git a/docs/release-notes.md b/docs/release-notes.md index 7903da59..109e1fc1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -171,6 +171,8 @@ new design. * A lambda-based option parser can opt into being repeatedly specifiable. * Added `STATIC_CHECK` macro, similar to `STATIC_REQUIRE` (#2318) * When deferred tu runtime, it behaves like `CHECK`, and not like `REQUIRE`. +* You can have multiple tests with the same name, as long as other parts of the test identity differ (#1915, #1999, #2175) + * Test identity includes test's name, test's tags and and test's class name if applicable. ### Fixes