Skip to content

Commit

Permalink
Merge pull request #938 from bact/update-changelog
Browse files Browse the repository at this point in the history
Update CHANGELOG with changes since 2024-11-15
  • Loading branch information
bact authored Dec 12, 2024
2 parents 23898f0 + fadbc89 commit f1c1703
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 3.0.1 (2024-11-15)
## 3.0.1 (2024-12-10)

### Changes since 3.0

Expand All @@ -24,12 +24,18 @@
- Corrected `concludedLicense` to `hasConcludedLicense` and
`declaredLicense` to `hasDeclaredLicense` in the "Profile conformance"
section of AI, Dataset, Licensing, and Lite Profiles.
- **Fixed:** `Security/actionStatement` property - [#908](https://github.com/spdx/spdx-3-model/pull/908)
- Corrected its cardinality from `0..1` to `1..1`.
- **Fixed:** `Security/actionStatementTime` property - [#908](https://github.com/spdx/spdx-3-model/pull/908)
- Corrected its cardinality from `0..*` to `0..1`.
- **Added:** `adler32` entry to `Core/HashAlgorithm` - [#826](https://github.com/spdx/spdx-3-model/pull/826)
- Reintroduced the Adler-32 checksum, previously available in SPDX 2.3.
- **Added:** `Core/SpdxOrganization` individual - [#880](https://github.com/spdx/spdx-3-model/pull/880)
- An `SpdxOrganization` individual, a `Organization` representing the SPDX
Project, is added. It is by definition the creator of all Element type individuals
defined by the SPDX Project.
- **Added:** `Core/IndividualElement` class - [#937](https://github.com/spdx/spdx-3-model/pull/937)
- A concrete subclass of Element used by Individuals in the Core profile.
- **Clarified:** `AI/autonomyType` property - [#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.
Expand All @@ -38,6 +44,8 @@
other build parameters by defining the 'type' of build...".
- **Clarified:** `hasDataFile` entry in `Core/RelationshipType` - [#815](https://github.com/spdx/spdx-3-model/pull/815)
- Its description is enhanced with examples and counter-examples.
- **Clarified:** `Core/packageVerificationCodeExcludedFile` property - [#913](https://github.com/spdx/spdx-3-model/pull/913)
- Its description is now stating that every filename is preceded with a `./`.
- **Improved:** JSON-LD examples.
- All JSON-LD examples in the "Syntax" section of class descriptions are now
validated - [#794](https://github.com/spdx/spdx-3-model/pull/794)
Expand All @@ -46,6 +54,10 @@
- **Updated:** Model diagrams.
- Used updated names and specified XSD datatypes - [#852](https://github.com/spdx/spdx-3-model/pull/852)
- Removed all named individuals - [#884](https://github.com/spdx/spdx-3-model/pull/884)
- Adjusted layout to also fit printed format and removed all vocabulary
entries - [#935](https://github.com/spdx/spdx-3-model/pull/935)
- Add `Core/IndividualElement` class
to the Core diagram - [#941](https://github.com/spdx/spdx-3-model/pull/941)
- Fixed general typos and formatting issues.

## 3.0 (2024-04-15)
Expand Down

0 comments on commit f1c1703

Please sign in to comment.