diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index bc8e1601a..a19f0fc26 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 237.0.0 + 237.1.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d8788190e..66afbf73b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,6 +54,19 @@ END TEMPLATE--> *None yet* +## 237.1.0 + +### New features + +* csi's auto import-system can now handle generic types. +* csi's reflection helpers (like `fld()`) handle private members up the inheritance chain. + +### Bugfixes + +* Fix `UniqueIndexHkm<,>` and, by extension, entity data storage memory leaking. +* Fix bugs related to UIScale on `OSWindow`s. + + ## 237.0.0 ### Breaking changes