Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
Add comment about removal of `target_variable` and `target_outcome` from standard task ID properties.
  • Loading branch information
annakrystalli authored Jan 21, 2025
1 parent 4b545ca commit f1d8953
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# v5.0.0

This release contains the following non-breaking changes:
This release contains the following 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) (#112).
* BREAKING CHANGE: Restricted the `target_keys` object to contain only a single key value pair (if not `null`). This means that target keys can now only consist of a single value from a single task ID (#117).
* BREAKING CHANGE: Removed `target_variable` and `target_outcome` from standard task ID properties.

# v4.0.0

Expand Down

0 comments on commit f1d8953

Please sign in to comment.