Skip to content

Commit

Permalink
docs: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Aug 2, 2024
1 parent c32e3d6 commit 8cbd60b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Changelog

## Version 2.21.0
* Added PieceManager.AddPieceCategory(string name) and PieceManager.RemovePieceCategory(string name)
* Deprecated PieceManager.AddPieceCategory(string table, string name) and PieceManager.RemovePieceCategory(string table, string name), use the new overloads without the table parameter
* Changed GUIManager asset loading to use the prefab cache and not hard crash on missing assets
## Version 2.20.2
* Fixed adding admin-only configs between loading to the main menu and before loading the game being locked for local editing
* Fixed network version in the disconnect window was always 27 duo to being a constant value
* Fixed network version in the disconnect window was always 27 duo to accessing a constant value
* Fixed SimpleJson deserialization of non-primitive dictionaries (thx bid)
* Fixed GUIManager asset loading to use the prefab cache and not hard crash on missing assets

## Version 2.20.1
* Fixed an error when cloning an item with an existing ExtEquipment
Expand Down

0 comments on commit 8cbd60b

Please sign in to comment.