diff --git a/docs/release-notes.md b/docs/release-notes.md index 57cc280a..a342e915 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -191,6 +191,7 @@ v3 releases. * For details see the docs for command-line and compile-time Catch2 configuration * Added a support for Bazel integration with `XML_OUTPUT_FILE` env var (#2399) * This has to be enabled during compilation. +* Added `--skip-benchmarks` flag to run tests without any `BENCHMARK`s (#2392, #2408) ### Fixes