Version: 149.0.1

This commit is contained in:
DrSmugleaf
2023-08-23 00:27:59 -07:00
parent 62315f7c2e
commit dc23dfaf4d
2 changed files with 9 additions and 1 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

@@ -54,6 +54,14 @@ END TEMPLATE-->
*None yet*
## 149.0.1
### Bugfixes
* Fix serialization sharing instances when copying data definitions and not assigning null when the source is null.
* Fixed resizing a window to be bigger than its set maxsize crashing the client.
## 149.0.0
### Breaking changes