Skip to content

Commit b1f17bc

Browse files
committed
Update CHANGELOG
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent d06af37 commit b1f17bc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ v33.0.0 (next next, roadmap)
3434
of these in other summary plugins.
3535
See https://github.com/nexB/scancode-toolkit/issues/1745
3636

37+
- We now support parsing the Swift manifest JSON dump and the ``Package.resolved`` file https://github.com/nexB/scancode-toolkit/issues/2657.
38+
- Run the commands below on your local Swift project before running the scan.
39+
- ::
40+
41+
swift package dump-package > Package.swift.json
42+
- ::
43+
44+
swift package resolve
45+
3746
v32.1.0 (next, roadmap)
3847
----------------------------
3948

0 commit comments

Comments
 (0)