From 4f0f020f569798234027f3b6d57f4079f29a7e17 Mon Sep 17 00:00:00 2001 From: ElectroJr Date: Thu, 10 Aug 2023 00:40:01 -0400 Subject: [PATCH] Version: 147.0.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 526b876b1..476371218 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 146.0.0 + 147.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index de5eebced..ba5fd35d3 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -54,6 +54,21 @@ END TEMPLATE--> *None yet* +## 147.0.0 + +### Breaking changes + +* Renamed one of the EntitySystem.Dirty() methods to `DirtyEntity()` to avoid confusion with the component-dirtying methods. + +### New features + +* Added debug commands that return the entity system update order. + +### Bugfixes + +* Fixed a bug in MetaDataSystem that was causing the metadata component to not be marked as dirty. + + ## 146.0.0 ### Breaking changes