Skip to content

Commit 1b921dd

Browse files
committed
docs: update HISTORY regarding BC of Models.ToolRepository
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 97aa987 commit 1b921dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ All notable changes to this project will be documented in this file.
1111
* BREAKING changes
1212
* Property `Models.Bom.tools` is an instance of `Models.Tools` now ([#1152] via [#1163])
1313
Before, it was an instance of `Models.ToolRepository`.
14+
* Property `Models.Vulnerability.tools` is an instance of `Models.Tools` now (via [#1163])
15+
Before, it was an instance of `Models.ToolRepository`.
1416
* Added
1517
* Static function `Models.Tool.fromComponent()` (via [#1163])
1618
* Static function `Models.Tool.fromService()` (via [#1163])
1719
* New class `Models.Tools` ([#1152] via [#1163])
1820
* New serialization/normalization for `Models.Tools` ([#1152] via [#1163], [#1180])
1921
* Changed
2022
* Serializers and `Bom`-Normalizers will take changed `Models.Bom.tools` into account ([#1152] via [#1163])
23+
* Serializers and `Vulnerability`-Normalizers will take changed `Models.Vulnerability.tools` into account (via [#1163])
2124
* Style
2225
* Apply latest code style guide (via [#1170], [#1181])
2326
* Dependencies

0 commit comments

Comments
 (0)