From 1720bb763adbe3be1b6d75e91cc6856e16659901 Mon Sep 17 00:00:00 2001 From: Anna Krystalli Date: Tue, 17 Dec 2024 15:14:04 +0200 Subject: [PATCH] Update NEWS.md --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index 843bf81..4d58a94 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,9 @@ +# v4.0.1 + +This release contains the following non-breaking changes: + +* Added explicit checks of `round_id` format through a regex `pattern` check to the `round.round_id` property when `round.round_id_from_variable` is `false`. This provides upfront validation of the expected format of manual round IDs (i.e. those not source from a task ID). + # v4.0.0 * BREAKING CHANGE: Introduction of `is_required` boolean property at the `output_type` level to configure whether the output type is required for submissions to be considered valid (#99).