From 76b46479b6a1ad1d960fba7c8df878469590d1ea Mon Sep 17 00:00:00 2001 From: PJB3005 Date: Sun, 23 Feb 2025 01:44:44 +0100 Subject: [PATCH] Version: 247.2.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 23 +++++++++++++++++++---- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 3b618bba0..e7e029ef0 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 247.1.0 + 247.2.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index b4bc7e488..4ab65cb3b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -39,6 +39,25 @@ END TEMPLATE--> ### New features +*None yet* + +### Bugfixes + +*None yet* + +### Other + +*None yet* + +### Internal + +*None yet* + + +## 247.2.0 + +### New features + * Added functions for copying components to `IEntityManager` and `EntitySystem`. * Sound played from sound collections is now sent as "collection ID + index" over the network instead of the final filename. * This enables integration of future accessibility systems. @@ -54,10 +73,6 @@ END TEMPLATE--> * Prototypes that parent themselves directly won't cause the game to hang on an infinite loop anymore. * Fixed disconnecting during a connection attempt leaving the client stuck in a phantom state. -### Other - -*None yet* - ### Internal * More warning cleanup.