From 60e7062f53c290d36be92dac79820430e8b72912 Mon Sep 17 00:00:00 2001 From: Anna Krystalli Date: Wed, 1 May 2024 11:51:30 +0300 Subject: [PATCH] add note about change in create_output_type_sample output. --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 73dbb64..f5469e8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # hubAdmin 1.0.0 -* Breaking changes: Support schema v3.0.0 specification of sample output type IDs which are now specified through a `output_type_id_params` object instead of `output_type_id`. The main breaking change is in `create_output_type_sample()` which now takes arguments incompatible with previous schema versions. Additional but back-compatible dynamic validation checks on sample output types have been added to `validate_config()`. +* Breaking changes: Support schema v3.0.0 specification of sample output type IDs which are now specified through a `output_type_id_params` object instead of `output_type_id`. The main breaking change is in `create_output_type_sample()` which now takes arguments incompatible with previous schema versions and returns an object with an `output_type_id_params` object instead of `output_type_id`. Additional but back-compatible dynamic validation checks on sample output types have been added to `validate_config()`. # hubAdmin 0.2.0