Skip to content

Commit

Permalink
Version: 237.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Oct 19, 2024
1 parent 008babe commit 32bca7c
Show file tree
Hide file tree
Showing 2 changed files with 14 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>237.0.0</Version></PropertyGroup>
<PropertyGroup><Version>237.1.0</Version></PropertyGroup>
</Project>
Expand Down
13 changes: 13 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32bca7c

Please sign in to comment.