You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE-NOTES.md
+17-2
Original file line number
Diff line number
Diff line change
@@ -35,11 +35,11 @@ END TEMPLATE-->
35
35
36
36
### Breaking changes
37
37
38
-
* RemoveChild is called after OnClose for BaseWindow.
38
+
*None yet*
39
39
40
40
### New features
41
41
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*
43
43
44
44
### Bugfixes
45
45
@@ -54,6 +54,21 @@ END TEMPLATE-->
54
54
*None yet*
55
55
56
56
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.
0 commit comments