Skip to content

Commit b897164

Browse files
committed
Update CHANGELOG.rst
Signed-off-by: Jono Yang <[email protected]>
1 parent cfc528f commit b897164

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

7378
License 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

0 commit comments

Comments
 (0)