Skip to content

Commit

Permalink
Version: 237.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Dec 16, 2024
1 parent 0b7e8c2 commit 9c30fdf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 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>237.2.0</Version></PropertyGroup>
<PropertyGroup><Version>237.3.0</Version></PropertyGroup>
</Project>
Expand Down
23 changes: 19 additions & 4 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,25 @@ END TEMPLATE-->

### New features

*None yet*

### Bugfixes

*None yet*

### Other

*None yet*

### Internal

*None yet*


## 237.3.0

### New features

* Added stack-like functions to `ValueList<T>` and added an `AddRange(ReadOnlySpan<T>)` overload.
* Added new `AssetPassFilterDrop`.
* Added a new RayCastSystem with the latest Box2D raycast + shapecasts implemented.
Expand All @@ -51,10 +70,6 @@ END TEMPLATE-->

* Sandbox error reference locator now works with generic method calls.

### Internal

*None yet*


## 237.2.0

Expand Down

0 comments on commit 9c30fdf

Please sign in to comment.