From f509405022cf75c3a906b2e1bd0a3e8e7eafe3bc Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Thu, 29 Jan 2026 01:49:02 +0100 Subject: [PATCH] Version: 272.0.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 31 +++++++++++++++++++++-------- 2 files changed, 24 insertions(+), 9 deletions(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index b182d458a..1d253e27e 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 271.2.0 + 272.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 44fb960b6..99257def1 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -35,25 +35,40 @@ END TEMPLATE--> ### Breaking changes +*None yet* + +### New features + +*None yet* + +### Bugfixes + +*None yet* + +### Other + +*None yet* + +### Internal + +*None yet* + + +## 272.0.0 + +### Breaking changes + * Reversed an undocumented breaking change from `v267.3.0`: entity spawning with a `MapCoordinates` now takes the rotation as relative to the map again instead of relative to the grid the entity was attached to. ### New features * Added `ProfManager.Value` guard method. -### Bugfixes - -* Fixed `ValidateMemberAnalyzer` taking a ridiculous amount of compile time. -*None yet* ### Other * `ProfManager` is now initialized on the server. -### Internal - -*None yet* - ## 271.2.0