From 58aa6e5c7563c40baa51460a9def164a7ebc1791 Mon Sep 17 00:00:00 2001 From: metalgearsloth Date: Sat, 30 Sep 2023 15:19:43 +1000 Subject: [PATCH] Version: 164.0.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 2e5219fb003..22942e79d18 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 163.0.0 + 164.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ac7ad5ff827..a7eddb18013 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -35,7 +35,7 @@ END TEMPLATE--> ### Breaking changes -*None yet* +* Removed cloneData from AutoNetworkedFieldAttribute. This is now automatically inferred. ### New features @@ -54,6 +54,17 @@ END TEMPLATE--> *None yet* +## 164.0.0 + +### Breaking changes + +* Make automatic component states infer cloneData. + +### Internal + +* Reduce Transform GetComponents in RecursiveDeleteEntity. + + ## 163.0.0 ### Breaking changes