Skip to content

Commit

Permalink
Version: 240.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr committed Jan 18, 2025
1 parent 43b991c commit f8410a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MSBuild/Robust.Engine.Version.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<PropertyGroup><Version>240.0.0</Version></PropertyGroup>
<PropertyGroup><Version>240.0.1</Version></PropertyGroup>
</Project>
Expand Down
11 changes: 9 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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.

Expand Down

0 comments on commit f8410a4

Please sign in to comment.