Skip to content

Commit bbcfd6b

Browse files
committed
Update changelog.md
1 parent 43f3d8d commit bbcfd6b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v1.4.0 - Data structure update
1+
## v1.4.0 - Data structure update (Breaking-XL)
22
- Items: Added `hasCategories()` and `getCategorized()` to the mod item collection.
33
- Collection: Updated to use the new data structure in DB v2.
44
- Tags: Added the `Physics` tag.
@@ -7,6 +7,12 @@
77
- Tags: Added the helper class `TagNames` for easy name lookup.
88
- DB: Switched to Mod DB [v2.0.0](https://github.com/Mistralys/cyberpunk-mod-db/releases/tag/2.0.0).
99

10+
### Breaking changes
11+
12+
Some method return types and parameters have been updated to handle the new
13+
data structure. This may require changes in your code, especially regarding
14+
mod item handling, where all items are now categorized by default.
15+
1016
## v1.3.0 - Added the item collection and search
1117
- Collection: Cleaned up interfaces to handle global and mod item collections.
1218
- Items: Introduced the global item collection.

0 commit comments

Comments
 (0)