@@ -23,6 +23,23 @@ License detection:
2323 positive or ambiguous license detections.
2424
2525
26+ - The data structure of the JSON output has changed for licenses. We now
27+ return match details once for each matched license expression rather than
28+ once for each license in a matched expression. There is a new top-level
29+ "license_references" attribute that contains the data details for each
30+ detected license only once. This data can contain the reference license text
31+ as an option.
32+
33+
34+ v31.0.2 - 2022-08-24
35+ ----------------------------------
36+
37+ This is a minor release with small bug fixes and minor updates.
38+
39+ - Fix minor bug in PyPI package assembly
40+ - Add a few new licenses and license detection rules
41+ - Update commoncode
42+
2643
2744v31.0.0 - 2022-08-17
2845-----------------------
@@ -39,13 +56,6 @@ Important API changes:
3956- The data structure of the JSON output has changed for copyrights, authors
4057 and holders. We now use a proper name for attributes and not a generic "value".
4158
42- - The data structure of the JSON output has changed for licenses. We now
43- return match details once for each matched license expression rather than
44- once for each license in a matched expression. There is a new top-level
45- "license_references" attribute that contains the data details for each
46- detected license only once. This data can contain the reference license text
47- as an option.
48-
4959- The data structure of the JSON output has changed for packages. We now
5060 return "package_data" package information at the manifest file-level
5161 rather than "packages". This has all the data attributes of a "package_data"
0 commit comments