Skip to content

Commit 6a336d2

Browse files
Version: 243.0.0
1 parent fc55c8e commit 6a336d2

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

MSBuild/Robust.Engine.Version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<Project>
22
<!-- This file automatically reset by Tools/version.py -->
3-
<PropertyGroup><Version>242.0.1</Version></PropertyGroup>
3+
<PropertyGroup><Version>243.0.0</Version></PropertyGroup>
44
</Project>

RELEASE-NOTES.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ END TEMPLATE-->
3535

3636
### Breaking changes
3737

38-
* RemoveChild is called after OnClose for BaseWindow.
38+
*None yet*
3939

4040
### New features
4141

42-
* BUIs now have their positions saved when closed and re-used when opened when using the `CreateWindow<T>` helper or via manually registering it via RegisterControl.
42+
*None yet*
4343

4444
### Bugfixes
4545

@@ -54,6 +54,21 @@ END TEMPLATE-->
5454
*None yet*
5555

5656

57+
## 243.0.0
58+
59+
### Breaking changes
60+
61+
* RemoveChild is called after OnClose for BaseWindow.
62+
63+
### New features
64+
65+
* BUIs now have their positions saved when closed and re-used when opened when using the `CreateWindow<T>` helper or via manually registering it via RegisterControl.
66+
67+
### Other
68+
69+
* Ensure grid fixtures get updated in client state handling even if exceptions occur.
70+
71+
5772
## 242.0.1
5873

5974
### Bugfixes

0 commit comments

Comments
 (0)