From 37420b253b17810bf41412a123af6eea654d1917 Mon Sep 17 00:00:00 2001 From: ElectroJr Date: Tue, 25 Apr 2023 00:06:20 -0400 Subject: [PATCH] Version: 0.102.0.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 27 +++++++++++++++++++++++---- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 88cf5963278..c9923a32d19 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 0.101.1.1 + 0.102.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index a0b3c0e90bb..ee6288097a6 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -35,25 +35,44 @@ END TEMPLATE--> ### Breaking changes -* Loading maps with invalid entity UIDs should now log errors. +*None yet* ### New features -* The yaml linter should now error on duplicate entity prototypes +*None yet* ### Bugfixes -* Fix a PVS bug that could put one entity into two different PVS chunks. +*None yet* ### Other -* EntityUid indexing should now start at 1 when saving maps. +*None yet* ### Internal *None yet* +## 0.102.0.0 + +### Breaking changes + +* Loading maps with invalid entity UIDs should now log errors. + +### New features + +* The yaml linter should now error on duplicate entity prototypes + +### Bugfixes + +* Fix a PVS bug that could put one entity into two different PVS chunks. + +### Other + +* EntityUid indexing should now start at 1 when saving maps. + + ## 0.101.1.1 ### Bugfixes