Version: 276.0.0

This commit is contained in:
Tayrtahn
2026-04-30 16:29:08 -04:00
parent cd83f45fc8
commit 46a56ce348
2 changed files with 21 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<PropertyGroup><Version>275.2.0</Version></PropertyGroup>
<PropertyGroup><Version>276.0.0</Version></PropertyGroup>
</Project>
+20 -5
View File
@@ -35,7 +35,7 @@ END TEMPLATE-->
### Breaking changes
* Obsolete methods in `MapGridComponent` have been fully removed. Use the corresponding `MapSystem` API methods instead.
*None yet*
### New features
@@ -43,6 +43,25 @@ END TEMPLATE-->
### Bugfixes
*None yet*
### Other
*None yet*
### Internal
*None yet*
## 276.0.0
### Breaking changes
* Obsolete methods in `MapGridComponent` have been fully removed. Use the corresponding `MapSystem` API methods instead.
### Bugfixes
* Fixed `EntitySystem` dependencies throwing an exception when opening a BUI.
* Fixed some cross-grid collisions being ignored.
* Tagged more auto-generated code with `[RobustAutoGenerated]`.
@@ -55,10 +74,6 @@ END TEMPLATE-->
* `TestPair`s with multiple failed assertions now report all failures instead of saying to consult the server logs.
### Internal
*None yet*
## 275.2.0