mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-06-09 10:06:34 +02:00
Version: 276.0.0
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user