We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c94fc commit acb1d37Copy full SHA for acb1d37
MSBuild/Robust.Engine.Version.props
@@ -1,4 +1,4 @@
1
<Project>
2
<!-- This file automatically reset by Tools/version.py -->
3
- <PropertyGroup><Version>237.3.0</Version></PropertyGroup>
+ <PropertyGroup><Version>237.4.0</Version></PropertyGroup>
4
</Project>
RELEASE-NOTES.md
@@ -54,6 +54,17 @@ END TEMPLATE-->
54
*None yet*
55
56
57
+## 237.4.0
58
+
59
+### New features
60
61
+* Implement automatic field-level delta states via AutoGenerateComponentState via opt-in.
62
63
+### Bugfixes
64
65
+* Remove redundant TransformComponentState bool.
66
67
68
## 237.3.0
69
70
### New features
0 commit comments