From ac60567583aec7edddd75425bf4f36f69a7b6439 Mon Sep 17 00:00:00 2001 From: metalgearsloth Date: Tue, 9 Jan 2024 21:52:36 +1100 Subject: [PATCH] Version: 204.0.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 30 +++++++++++++++++++++++++---- 2 files changed, 27 insertions(+), 5 deletions(-) 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