Skip to content

Commit

Permalink
Version: 240.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr committed Jan 20, 2025
1 parent 89c7839 commit 8f2817a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 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.1</Version></PropertyGroup>
<PropertyGroup><Version>240.1.0</Version></PropertyGroup>
</Project>
Expand Down
17 changes: 16 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ END TEMPLATE-->

### Bugfixes

* Fixed an exception in `PhysicsSystem.DestroyContacts()` that could result in entities getting stuck with broken physics.
*None yet*

### Other

Expand All @@ -54,6 +54,21 @@ END TEMPLATE-->
*None yet*


## 240.1.0

### New features

* Added an `AsNullable` extension method for converting an `Entity<T>` into an `Entity<T?>`

### Bugfixes

* Fixed an exception in `PhysicsSystem.DestroyContacts()` that could result in entities getting stuck with broken physics.

### Other

* `GamePrototypeLoadManager` will now send all uploaded prototypes to connecting players in a single `GamePrototypeLoadMessage`, as opposed to one message per upload.


## 240.0.1

### Bugfixes
Expand Down

0 comments on commit 8f2817a

Please sign in to comment.