Skip to content

Commit a8ae650

Browse files
Update CHANGELOG with v32.1.0 roadmap
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 80dac0f commit a8ae650

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

CHANGELOG.rst

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,40 @@ Changelog
22
=========
33

44
v33.0.0 (next next, roadmap)
5-
65
----------------------------
76

8-
97
- We now support new package manifest formats:
108

119
- OpenWRT packages.
1210
- Yocto/BitBake .bb recipes.
1311

12+
- Fallback packages for non-native dependencies of SCTK.
13+
- Dependencies for
14+
- Support for copyright detection objects.
15+
16+
v32.1.0 (next, roadmap)
17+
----------------------------
18+
19+
- A new field in packages with the license category for the
20+
detected license expression and also an API function to
21+
compute license categories from license expressions.
22+
See https://github.com/nexB/scancode-toolkit/issues/2897
23+
24+
- More support for tabular output formats: New command-line
25+
options for XSLX output, and the old `--csv` command line
26+
option is removed.
27+
See https://github.com/nexB/scancode-toolkit/issues/830
28+
29+
- `--unknown-licenses` is removed and this is always enabled
30+
and only used in case of improper detections automatically.
31+
Also tag all license rules with required phrases to improve
32+
license detection and reduce false positives.
33+
See https://github.com/nexB/scancode-toolkit/issues/3300
34+
35+
- File categorization support added, a post scan plugin tagging
36+
files with priority levels for review, and also take advantage
37+
of these in other summary plugins.
38+
See https://github.com/nexB/scancode-toolkit/issues/1745
1439

1540
v32.0.0 - 2023-05-23
1641
---------------------

0 commit comments

Comments
 (0)