Skip to content

Commit

Permalink
Version: 247.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr committed Feb 20, 2025
1 parent f29949a commit 7104a4f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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>247.0.0</Version></PropertyGroup>
<PropertyGroup><Version>247.1.0</Version></PropertyGroup>
</Project>
Expand Down
16 changes: 16 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,22 @@ END TEMPLATE-->
*None yet*


## 247.1.0

### New features

* Added support for `Color[]` shader uniforms
* Added optional minimumDistance parameter to `SharedJointSystem.CreateDistanceJoint()`

### Bugfixes

* Fixed `EntitySystem.DirtyFields()` not actually marking fields as dirty.

### Other

* Updated the Yamale map file format validator to support v7 map/grid files.


## 247.0.0

### Breaking changes
Expand Down

0 comments on commit 7104a4f

Please sign in to comment.