Skip to content

Commit

Permalink
Version: 239.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Jan 9, 2025
1 parent 4d163ed commit e4190f4
Show file tree
Hide file tree
Showing 2 changed files with 24 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>238.0.1</Version></PropertyGroup>
<PropertyGroup><Version>239.0.0</Version></PropertyGroup>
</Project>
Expand Down
23 changes: 23 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,29 @@ END TEMPLATE-->

### Breaking changes

*None yet*

### New features

*None yet*

### Bugfixes

*None yet*

### Other

*None yet*

### Internal

*None yet*


## 239.0.0

### Breaking changes

* Robust now uses **.NET 9**.
* `ISerializationManager` will now log errors if it encounters `Entity<T>` data-fields.
* To be clear, this has never been supported and is not really a breaking change, but this will likely require manual intervention to prevent tests from failing.
Expand Down

0 comments on commit e4190f4

Please sign in to comment.