Version: 240.0.1

This commit is contained in:
ElectroJr
2025-01-18 16:54:03 +13:00
parent 43b991c690
commit f8410a4674
2 changed files with 10 additions and 3 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

@@ -43,7 +43,7 @@ END TEMPLATE-->
### Bugfixes
* Fixed `SharedBroadphaseSystem.GetBroadphases()` not returning the map itself, which was causing physics to not work properly off-grid.
*None yet*
### Other
@@ -54,6 +54,13 @@ END TEMPLATE-->
*None yet*
## 240.0.1
### Bugfixes
* Fixed `SharedBroadphaseSystem.GetBroadphases()` not returning the map itself, which was causing physics to not work properly off-grid.
## 240.0.0
### Breaking changes
@@ -63,7 +70,7 @@ END TEMPLATE-->
### New features
* Console completion options now have a new flags for preventing suggestions from being escaped or quoted.
* Console completion options now have new flags for preventing suggestions from being escaped or quoted.
* Added `ILocalizationManager.HasCulture()`.
* Static `EntProtoId<T>` fields are now validated to exist.