@@ -69,6 +69,11 @@ Package detection:
6969
7070 https://github.com/nexB/scancode-toolkit/issues/3290
7171
72+ - DatafileHandlers now have a classmethod named ``get_top_level_resources() ``,
73+ which is supposed to yield the top-level Resources of a Package codebase,
74+ relative to a Package manifest file. ``maven.MavenPomXmlHandler `` is the first
75+ DatafileHandler that has this method implemented.
76+
7277
7378License detection:
7479~~~~~~~~~~~~~~~~~~~
@@ -161,10 +166,10 @@ License detection:
161166
162167 - We can now detect licenses using custom license texts and license rules
163168 stored in a directory or packaged as a plugin for consistent reuse and deployment.
164-
169+
165170 - There is an ``--additional-directory `` option with the ``scancode-reindex-licenses ``
166171 command to add the licenses from a directory.
167-
172+
168173 - There is also a ``--only-builtin `` option to use ony builtin licenses
169174 ignoring any additional license plugins.
170175
@@ -218,7 +223,7 @@ v31.2.5 - 2023-01-09
218223
219224This is a minor fix backport release.
220225
221- This adds license rule changes and was requested here:
226+ This adds license rule changes and was requested here:
222227https://github.com/nexB/scancode-toolkit/issues/3310
223228This was originally merged in #3218 and included in
224229the latest release v32.x, and is also being backported
@@ -612,6 +617,10 @@ Changes:
612617 - `other_holders `
613618 - `other_languages `
614619
620+ - A new field ``run_order `` has been added to ``BasePlugin `` and set on all
621+ ScanCode plugins. Plugin run order and output order are now set independently
622+ of one another.
623+
615624
616625Documentation Update
617626~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments