File tree 2 files changed +10
-3
lines changed
2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<!-- This file automatically reset by Tools/version.py -->
3
- <PropertyGroup ><Version >240.0.0 </Version ></PropertyGroup >
3
+ <PropertyGroup ><Version >240.0.1 </Version ></PropertyGroup >
4
4
</Project >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ END TEMPLATE-->
43
43
44
44
### Bugfixes
45
45
46
- * Fixed ` SharedBroadphaseSystem.GetBroadphases() ` not returning the map itself, which was causing physics to not work properly off-grid.
46
+ * None yet *
47
47
48
48
### Other
49
49
@@ -54,6 +54,13 @@ END TEMPLATE-->
54
54
* None yet*
55
55
56
56
57
+ ## 240.0.1
58
+
59
+ ### Bugfixes
60
+
61
+ * Fixed ` SharedBroadphaseSystem.GetBroadphases() ` not returning the map itself, which was causing physics to not work properly off-grid.
62
+
63
+
57
64
## 240.0.0
58
65
59
66
### Breaking changes
@@ -63,7 +70,7 @@ END TEMPLATE-->
63
70
64
71
### New features
65
72
66
- * Console completion options now have a new flags for preventing suggestions from being escaped or quoted.
73
+ * Console completion options now have new flags for preventing suggestions from being escaped or quoted.
67
74
* Added ` ILocalizationManager.HasCulture() ` .
68
75
* Static ` EntProtoId<T> ` fields are now validated to exist.
69
76
You can’t perform that action at this time.
0 commit comments