From 7725dbff786ca260c9f31ca0b4ab865128db2e74 Mon Sep 17 00:00:00 2001 From: ElectroJr Date: Thu, 4 Jan 2024 23:24:07 -0500 Subject: [PATCH] Version: 202.1.1 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 30c22383df5..eb4a9d76311 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 202.1.0 + 202.1.1 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 68eb3972f7c..5e57688372e 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,6 +54,17 @@ END TEMPLATE--> *None yet* +## 202.1.1 + +### Bugfixes + +* Reverted some map/grid initialisation changes that might've been causing broadphase/physics errors. +* Fixed PVS sometimes sending entities without first sending their children. +* Fixed a container state handling bug caused by containers not removing expected entities when shutting down. +* Fixed a `EnsureEntity` state handling bug caused by improper handling of entity deletions. +* Fixed a bad NetSyncEnabled debug assert. + + ## 202.1.0 ### New features