From 57e99d1177c821949ac8b1d2020f62545ea2d26b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20P=C3=A4rsson?= Date: Thu, 1 Feb 2024 14:04:16 +0100 Subject: [PATCH] Update changelog for the upcoming release --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f5f2198..31b19bd 100755 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ Please refer to the [e2e_spec.coffee](spec/e2e_spec.coffee) for more details on ## Changelog +### 3.2.0 + +- Support name and test count attributes for the root test suites element. Thanks to [Simeon Cheeseman](https://github.com/SimeonC). + ### 3.1.0 - Add support for generic properties for test cases. Thanks to [Pietro Ferrulli](https://github.com/Pi-fe).