You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,9 @@ License detection:
135
135
These expressions are parallel to detections.
136
136
137
137
- The ``declared_license`` attribute is renamed ``extracted_license_statement``
138
-
and is now a YAML-encoded string.
138
+
and is now a YAML-encoded string, which can be parsed to recreate the
139
+
original extracted license statement. Previously this used to be nested
140
+
python objects lists/dicts/string, but now this is always a YAML string.
139
141
140
142
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/explanations/license-detection-reference.html#change-in-license-data-format-package>`_
0 commit comments