File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff 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
4648Changes 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
You can’t perform that action at this time.
0 commit comments