From 314d6329dc38d2e1216e265b3154bbb692b276b6 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Wed, 25 Sep 2024 16:14:14 +0700 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Arthit Suriyawongkul --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 917b99554..9831a2320 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 3.0.1 (Unrelease - under development - last update 2024-09-13) +## 3.0.1 (Unrelease - under development - last update 2024-09-25) ### Changes since 3.0 @@ -27,14 +27,20 @@ - An `SpdxOrganization` individual, an Organization representing the SPDX Project, is added. It is by definition the creator of all Element type individuals defined by the SPDX Project. -- **Clarified:** `AI/autonomyType` property - [#741](https://github.com/spdx/spdx-3-model/pull/741) +- **Clarified:** `AI/autonomyType` - [#741](https://github.com/spdx/spdx-3-model/pull/741) - Specified the meaning of `yes`, `no`, and `noAssertion` values in the `AI/autonomyType` property description. - **Clarified:** `Build/buildType` - [#875](https://github.com/spdx/spdx-3-model/pull/875) - Its intent is added: "The buildType is used to interpret the meaning of other build parameters by defining the "type" of build...". +- **Clarified:** `hasData` entry in `Core/RelationshipType` - [#815](https://github.com/spdx/spdx-3-model/pull/815) - **Improved:** JSON-LD examples. - All JSON-LD examples in the "Syntax" section of class descriptions are now - validated. + validated - [#794](https://github.com/spdx/spdx-3-model/pull/794) - Added JSON-LD examples for `AI/EnergyConsumption` and - `AI/EnergyConsumptionDescription`. + `AI/EnergyConsumptionDescription` - [#780](https://github.com/spdx/spdx-3-model/pull/780) +- **Updated:** Model diagrams. + - Use updated names + - Specify XSD data types + - All named individuals are removed - [#884](https://github.com/spdx/spdx-3-model/pull/884) +- General typos and formatting fixes