From b40d6b17bb27ee1ce3726d9da6fe9b554ffde72e Mon Sep 17 00:00:00 2001 From: Kudela Date: Mon, 9 Oct 2023 16:53:02 +0200 Subject: [PATCH] update changelog --- SCHEMATA/changelog.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/SCHEMATA/changelog.md b/SCHEMATA/changelog.md index 364589d77..312aab2a7 100644 --- a/SCHEMATA/changelog.md +++ b/SCHEMATA/changelog.md @@ -1,17 +1,24 @@ # Changelog - Schema -1. From version 0.1.6 to 0.1.7 (2023-01-13): - - _Topic_relations_ (dh, nls, meta, rdm, infrastructure) were removed, since the topic related information is now covered by the _keywords_ section. - - _Sustainability_plan_ added as a Boolean value to the _research_data_ section. - - _Cooperation_ added a new relation type next to _sibling, child_ and _parent_. -2. From version 0.1.7 to 0.1.8 (2023-01-20): +- From version 0.2.0 to 0.2.1 (2023-09-22): + - _contact.role_ changed to an array of strings _contact.roles_. The new roles are aligned with the [CRediT](https://credit.niso.org/) taxonomy. +- From version 0.1.9 to 0.2.0 (2023-09-22): + - _cooperation_ added as a third category of _relation_type_ in _related_institutions_ + - _date.from_ was changed from an optional to a required field +- From version 0.1.8 to 0.1.9 (2023-03-07): + - simplification of the _research_data_ element by merging _raw_, _refined_ and _final_ sections into one key. + - _host_institutions_ replaced with _related_institutions_ with _relation_type_ as an additional key. + - _relations_ renamed to _related_entities_. +- From version 0.1.7 to 0.1.8 (2023-01-20): - _record_metadata_ simplified by changing the object _record_modified_ to a string _last_edited_on_ - _relations_ element simplified by: - allowing only entries with a uuid - moving parent organizations to a new separate element _host_institutions_ - removing all other entries without a uuid - _research_data_ element simplified by changing the _access_ object to a single number _open_access_ -3. From version 0.1.8 to 0.1.9 (2023-03-07): - - simplification of the _research_data_ element by merging _raw_, _refined_ and _final_ sections into one key. - - _host_institutions_ replaced with _related_institutions_ with _relation_type_ as an additional key. - - _relations_ renamed to _related_entities_. +- From version 0.1.6 to 0.1.7 (2023-01-13): + - _Topic_relations_ (dh, nls, meta, rdm, infrastructure) were removed, since the topic related information is now covered by the _keywords_ section. + - _Sustainability_plan_ added as a Boolean value to the _research_data_ section. + - _Cooperation_ added a new relation type next to _sibling, child_ and _parent_. + +