Skip to content

Commit

Permalink
Version: 247.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr committed Feb 16, 2025
1 parent b323c8b commit 8f75560
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MSBuild/Robust.Engine.Version.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<PropertyGroup><Version>246.0.0</Version></PropertyGroup>
<PropertyGroup><Version>247.0.0</Version></PropertyGroup>
</Project>
Expand Down
27 changes: 23 additions & 4 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,29 @@ END TEMPLATE-->

### Breaking changes

*None yet*

### New features

*None yet*

### Bugfixes

*None yet*

### Other

*None yet*

### Internal

*None yet*


## 247.0.0

### Breaking changes

* `ITileDefinitionManager.AssignAlias` and general tile alias functionality has been removed. `TileAliasPrototype` still exist, but are only used during entity deserialization.
* `IMapManager.AddUninitializedMap` has been removed. Use the map-init options on `CreateMap()` instead.
* Re-using a MapId will now log a warning. This may cause some integration tests to fail if they are configured to fail
Expand Down Expand Up @@ -78,10 +101,6 @@ END TEMPLATE-->
* `[name (Type)]` for optional arguments
* `[name (Type)]...` for variable length arguments (i.e., for `params T[]`)

### Internal

*None yet*


## 246.0.0

Expand Down

0 comments on commit 8f75560

Please sign in to comment.