diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 5ab0b7af3..eb1fd038e 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 194.0.0 + 194.0.1 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index fa081a15c..39de8e27e 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,6 +54,18 @@ END TEMPLATE--> *None yet* +## 194.0.1 + +### Bugfixes + +* Fixed `Control.SetPositionInParent` failing to move an entity to the last position. +* Fixed audio occlusion not working. + +### Internal + +* Added some logs for grid/map deletion and movement to debug some map loading issues. +* Refactored some parts of PVS. It should be slightly faster, though the game may be unstable for a bit. + ## 194.0.0 ### Breaking changes