From 147d57f11b424d41a3632083c105fac003d85041 Mon Sep 17 00:00:00 2001 From: Michael Karlesky Date: Wed, 17 Jul 2024 17:17:30 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Parameterized=20test=20case=20bl?= =?UTF-8?q?urb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index b210da24..6c390703 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,7 +9,7 @@ This changelog is complemented by two other documents: --- -# [1.0.0 pre-release] — 2024-07-16 +# [1.0.0 pre-release] — 2024-07-17 ## 🌟 Added @@ -91,6 +91,10 @@ Inline Ruby string expansion has been, well, expanded for use in `:flags` and `: The previously distributed documentation for inline Ruby string expansion has been collected into a single subsection within the project file documentation and improved. +### `:unity` ↳ `:use_param_tests` + +Previous versions of Ceedling had limited support for enabling builds of Unity’s parameterized test cases. Multiple configuration settings were needed to enable test builds with these test case features. Now, setting this single configuration value in the `:unity` section of your Ceedling project configuration automatically assembles the correct compilation and test runner generation options. + ### `report_tests_log_factory` plugin This new plugin consolidates a handful of previously discrete report gernation plugins into a single plugin that also enables low-code, custom, end-user created reports.