Skip to content

Commit 4cd56ac

Browse files
committed
docs: migrate to v8.0.0
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent d8c58b3 commit 4cd56ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/upgrading.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Import model Tool
2626
-----------------
2727

2828
Class `cyclonedx.model.Tool` was moved to :class:`cyclonedx.model.tool.Tool`.
29-
Therefore, the imports need to be altered:
29+
Therefore, the imports need to be migrated:
3030

3131
Old: ``from cyclonedx.model import Tool``
3232

@@ -36,7 +36,7 @@ Alter Metadata Tools
3636
--------------------
3737

3838
Property :attr:`cyclonedx.model.bom.BomMetaData.tools` is an instance of :class:`cyclonedx.model.tool.ToolsRepository`, now.
39-
Therefore, the process of adding new tools was changed.
39+
Therefore, the process of adding new tools needs to be migrated changed.
4040

4141
Old: ``my_bom.metadata.tools.add(my_tool)``
4242

@@ -46,7 +46,7 @@ Alter Vulnerability Tools
4646
-------------------------
4747

4848
Property :attr:`cyclonedx.model.vulnerability.Vulnerability.tools` is an instance of :class:`cyclonedx.model.tool.ToolsRepository`, now.
49-
Therefore, the process of adding new tools was changed.
49+
Therefore, the process of adding new tools needs to be migrated changed.
5050

5151
Old: ``my_vulnerability.tools.add(my_tool)``
5252

0 commit comments

Comments
 (0)