Version: 245.0.0

This commit is contained in:
ElectroJr
2025-02-14 16:11:50 +13:00
parent afaef645b0
commit 55571ef5b1
2 changed files with 13 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 an error in `MappingDataNode.TryAddCopy()`, which was causing yaml inheritance/deserialization bugs.
*None yet*
### Other
@@ -54,6 +54,17 @@ END TEMPLATE-->
*None yet*
## 245.0.0
### Breaking changes
* `BoundUserInterface.Open()` now has the `MustCallBase` attribute
### Bugfixes
* Fixed an error in `MappingDataNode.TryAddCopy()`, which was causing yaml inheritance/deserialization bugs.
## 244.0.0
### Breaking changes