File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments