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