Version: 212.0.0

This commit is contained in:
metalgearsloth
2024-03-03 18:34:22 +11:00
parent 18d511d4b6
commit 250313e1ed
2 changed files with 24 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -35,6 +35,29 @@ END TEMPLATE-->
### Breaking changes
*None yet*
### New features
*None yet*
### Bugfixes
*None yet*
### Other
*None yet*
### Internal
*None yet*
## 212.0.0
### Breaking changes
* Change Collapsible controls default orientations to Vertical.
### New features
@@ -50,10 +73,6 @@ END TEMPLATE-->
* Add more ValueList ctors that are faster.
* Add ToMapCoordinates method for NetCoordinates.
### Bugfixes
*None yet*
### Other
* Remove ISerializationHooks obsoletion as they are useful in some rare cases.