From 0a334059838780dd495d7308c44d99a806e18add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sat, 9 Apr 2022 20:55:13 +0200 Subject: [PATCH] Mention Bazel support in release notes --- docs/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index ca64106e..d3fa7ff1 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -186,6 +186,8 @@ v3 releases. * The colour API is resilient against changing evaluation order of expressions * The associated CLI flag and compile-time configuration options have changed * 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. ### Fixes