Skip to content

Commit 90fc2f2

Browse files
committed
Update CHANGELOG #2967
* List the new fields of the summary plugin and license clarity plugins in the changelog Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent ecf3dc5 commit 90fc2f2

1 file changed

Lines changed: 27 additions & 7 deletions

File tree

CHANGELOG.rst

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Summary Plugin Update
238238

239239
- The summary plugin's behavior has been changed. Previously, it provided a
240240
count of the detected license expressions, copyrights, holders, authors, and
241-
programming languages from a scan.
241+
programming languages from a scan.
242242

243243
We have preserved this functionality by creating a new plugin called ``tallies``.
244244
All functionality of the previous summary plugin have been preserved in the
@@ -248,7 +248,7 @@ Summary Plugin Update
248248
declared holder, and the primary programming language from a scan. And the
249249
updated license clarity score provides context on the quality of the license
250250
information provided in the codebase key files.
251-
251+
252252
- The new summary plugin also returns lists of tallies for the other "secondary"
253253
detected license expressions, copyright holders, and programming languages.
254254

@@ -273,11 +273,31 @@ Scancode Data Output Version is now 2.0.0.
273273

274274
Changes:
275275

276-
- rename resource level attribute `packages` to `package_data`.
277-
- add top-level attribute `packages`.
278-
- add top-level attribute `dependencies`.
279-
- add resource-level attribute `for_packages`.
280-
- remove `package-data` attribute `root_path`.
276+
- Rename resource level attribute `packages` to `package_data`.
277+
- Add top-level attribute `packages`.
278+
- Add top-level attribute `dependencies`.
279+
- Add resource-level attribute `for_packages`.
280+
- Remove `package-data` attribute `root_path`.
281+
- The fields of the license clarity scoring plugin have been replaced with the
282+
following fields. An overview of the new fields can be found in the "License
283+
Clarity Scoring Update" section above.
284+
- `score`
285+
- `declared_license`
286+
- `identification_precision`
287+
- `has_license_text`
288+
- `declared_copyrights`
289+
- `conflicting_license_categories`
290+
- `ambigious_compound_licensing`
291+
- The fields of the summary plugin have been replaced with the following fields.
292+
An overview of the new fields can be found in the "Summary Plugin Update"
293+
section above.
294+
- `declared_license_expression`
295+
- `license_clarity_score`
296+
- `declared_holder`
297+
- `primary_language`
298+
- `other_license_expressions`
299+
- `other_holders`
300+
- `other_languages`
281301

282302

283303
Documentation Update

0 commit comments

Comments
 (0)