Release notes

This commit is contained in:
Tayrtahn
2026-04-30 16:28:08 -04:00
parent 612cd04d00
commit cd83f45fc8
+8 -2
View File
@@ -35,7 +35,7 @@ END TEMPLATE-->
### Breaking changes
*None yet*
* Obsolete methods in `MapGridComponent` have been fully removed. Use the corresponding `MapSystem` API methods instead.
### New features
@@ -44,10 +44,16 @@ END TEMPLATE-->
### 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]`.
* `SharedTransformSystem.SetCoordinates` no longer causes a grid traversal check, which was causing unexpected parenting.
* Fixed `ComponentNetworkGenerator` generating invalid code for nullable `IRobustCloneable` field deltas.
* `TryGetEntitySystem` and `GetEntitySystemOrNull` no longer throw an exception if `EntitySystemManager` is uninitialized.
* Fixed several more sources of netencryption exceptions.
### Other
*None yet*
* `TestPair`s with multiple failed assertions now report all failures instead of saying to consult the server logs.
### Internal