diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index c409e5b36f9..1cf5a62884c 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 246.0.0 + 247.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 500ac7d2574..3b6467ee20b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -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 @@ -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