Skip to content

Commit

Permalink
Merge pull request #881 from bact/update-changelog-301
Browse files Browse the repository at this point in the history
[CHANGELOG] Add changes in buildType and SpdxOrganization
  • Loading branch information
zvr authored Sep 26, 2024
2 parents cad7284 + 314d632 commit 0f02dcd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 3.0.1 (under development - last update 2024-08-14)
## 3.0.1 (Unrelease - under development - last update 2024-09-25)

### Changes since 3.0

Expand All @@ -23,11 +23,24 @@
- **Added:** `adler32` entry to `Core/HashAlgorithm` - [#826](https://github.com/spdx/spdx-3-model/pull/826)
- The Adler-32 checksum, previously available in SPDX 2.3, has been
reintroduced.
- **Clarified:** `AI/autonomyType` property - [#741](https://github.com/spdx/spdx-3-model/pull/741)
- **Added:** `Core/SpdxOrganization` - [#880](https://github.com/spdx/spdx-3-model/pull/880)
- 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` - [#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
3 changes: 2 additions & 1 deletion model/Core/Individuals/SpdxOrganization.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ An Organization representing the SPDX Project.
## Description

SpdxOrganization is an Organization representing the SPDX Project.
It is by definition the creator of all individuals defined by the SPDX Project.
It is by definition the creator of all Element type individuals defined by
the SPDX Project.
These individuals include licences and exceptions defined in the SPDX License
List, as well as individuals defined in the specification.

Expand Down

0 comments on commit 0f02dcd

Please sign in to comment.