Skip to content

Commit 07514bf

Browse files
Update CHANGELOG
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 9964db4 commit 07514bf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,21 @@ Major API/other changes:
4242
- Output Format Version updated to 4.0.0 (major version bump)
4343
- Dependency attribute rename: ``is_resolved`` renamed to ``is_pinned``
4444
See https://github.com/nexB/scancode-toolkit/pull/3888 for more details.
45+
- License Match attribute rename: ``spdx_license_expression`` is renamed to
46+
``license_expression_spdx``.
4547

4648
Changes in Output Data Structure:
4749

48-
- The data structure of the JSON output has changed for
49-
dependencies at file level package_data, and at top-level.
50+
- The data structure of the JSON output has changed for:
51+
- dependencies at file level package_data, and at top-level.
52+
- license matches at file level or unique codebase level license detections
5053
Note that the change is a modification to the JSON output,
5154
so we have a major version bump ``3.2.0`` to ``4.0.0``:
5255

5356
- Dependency attribute ``is_resolved`` renamed to ``is_pinned``
57+
- LicenseMatch attribute ``spdx_license_expression`` renamed to
58+
``license_expression_spdx``
59+
5460
- Update link references of ownership from nexB to aboutcode-org
5561
See https://github.com/aboutcode-org/scancode-toolkit/issues/3885
5662

0 commit comments

Comments
 (0)