Skip to content

Commit 960edb3

Browse files
Version: 282.0.0
1 parent 34ce2ba commit 960edb3

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

MSBuild/Robust.Engine.Version.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project>
2-
<!-- This file automatically reset by Tools/version.py -->
3-
<PropertyGroup><Version>281.0.0</Version></PropertyGroup>
4-
</Project>
1+
<Project>
2+
<!-- This file automatically reset by Tools/version.py -->
3+
<PropertyGroup><Version>282.0.0</Version></PropertyGroup>
4+
</Project>

RELEASE-NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,17 @@ END TEMPLATE-->
5454
*None yet*
5555

5656

57+
## 282.0.0
58+
59+
### Breaking changes
60+
61+
* Serv5 has been merged, re-doing the internals of DataDefinition serialization.
62+
* It can now write into readonly fields.
63+
* DataFields defined on objects that don't have DataDefinitions will cause errors in the analyzer and require the attribute.
64+
* Value types will now be copied directly where possible rather than round-tripping through TryCustomCopy if no custom serializer is specified.
65+
* It no longer uses as many expression trees so more tests should be able to run concurrently
66+
67+
5768
## 281.0.0
5869

5970
### Breaking changes

0 commit comments

Comments
 (0)