Skip to content

Commit

Permalink
Version: 217.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Mar 31, 2024
1 parent 9e2ab2a commit 99c5b0a
Show file tree
Hide file tree
Showing 2 changed files with 15 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>217.1.0</Version></PropertyGroup>
<PropertyGroup><Version>217.2.0</Version></PropertyGroup>
</Project>
Expand Down
15 changes: 14 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ END TEMPLATE-->

### New features

* Added `AddComponents` and `RemoveComponents` methods to EntityManager that handle EntityPrototype / ComponentRegistry bulk component changes.
*None yet*

### Bugfixes

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


## 217.2.0

### New features

* Added `AddComponents` and `RemoveComponents` methods to EntityManager that handle EntityPrototype / ComponentRegistry bulk component changes.
* Add double-clicking to LineEdit.

### Bugfixes

* Properly ignore non-hard fixtures for IntersectRayWithPredicate.
* Fix nullable TimeSpan addition on some platforms.


## 217.1.0

### New features
Expand Down

0 comments on commit 99c5b0a

Please sign in to comment.