Version: 243.0.1

This commit is contained in:
metalgearsloth
2025-02-08 19:06:50 +11:00
parent 51971d0994
commit 1a7e490e4b
2 changed files with 10 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -43,7 +43,7 @@ END TEMPLATE-->
### Bugfixes
* Fixed `BaseWindow` sometimes not properly updating the mouse cursor shape.
*None yet*
### Other
@@ -54,6 +54,14 @@ END TEMPLATE-->
*None yet*
## 243.0.1
### Bugfixes
* Fixed `BaseWindow` sometimes not properly updating the mouse cursor shape.
* Revert `BaseWindow` OnClose ordering due to prior reliance upon the ordering.
## 243.0.0
### Breaking changes