diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index eca9f77c4..3f86b934a 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 203.0.0 + 204.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index bbe3589c4..64e8362b8 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -39,13 +39,11 @@ END TEMPLATE--> ### New features -* `TextEdit.OnTextChanged` -* Add Pick and PickAndTake versions for System.Random for ICollections. +*None yet* ### Bugfixes -* Fix `IClipboardManager.GetText()` returning null in some cases. -* Fix possible NRE in server-side console command completion code. +*None yet* ### Other @@ -56,6 +54,30 @@ END TEMPLATE--> *None yet* +## 204.0.0 + +### Breaking changes + +* Make EntityManager abstract and make IEntityManager.EntityNetManager not nullable. +* Make VVAccess.ReadWrite default for all Datafields instead of VVAccess.ReadOnly + +### New features + +* `TextEdit.OnTextChanged` +* Add Pick and PickAndTake versions for System.Random for ICollections. + +### Bugfixes + +* Fix `IClipboardManager.GetText()` returning null in some cases. +* Fix possible NRE in server-side console command completion code. +* Fix possible NRE on DebugConsole logs. +* Fix exception when VVing non-networked components. + +### Other + +* Remove "Do not use from content" from IComponent. + + ## 203.0.0 ### Breaking changes