Skip to content

Commit f8410a4

Browse files
committed
Version: 240.0.1
1 parent 43b991c commit f8410a4

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

MSBuild/Robust.Engine.Version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<Project>
22
<!-- This file automatically reset by Tools/version.py -->
3-
<PropertyGroup><Version>240.0.0</Version></PropertyGroup>
3+
<PropertyGroup><Version>240.0.1</Version></PropertyGroup>
44
</Project>

RELEASE-NOTES.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ END TEMPLATE-->
4343

4444
### Bugfixes
4545

46-
* Fixed `SharedBroadphaseSystem.GetBroadphases()` not returning the map itself, which was causing physics to not work properly off-grid.
46+
*None yet*
4747

4848
### Other
4949

@@ -54,6 +54,13 @@ END TEMPLATE-->
5454
*None yet*
5555

5656

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+
5764
## 240.0.0
5865

5966
### Breaking changes
@@ -63,7 +70,7 @@ END TEMPLATE-->
6370

6471
### New features
6572

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.
6774
* Added `ILocalizationManager.HasCulture()`.
6875
* Static `EntProtoId<T>` fields are now validated to exist.
6976

0 commit comments

Comments
 (0)