Version: 259.0.0

This commit is contained in:
metalgearsloth
2025-05-15 20:26:10 +10:00
parent 5c97b15849
commit 40d869948d
2 changed files with 12 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,17 @@ END TEMPLATE-->
*None yet*
## 259.0.0
### Breaking changes
* TileChangedEvent now has an array of tile changed entries rather than raising an individual event for every single tile changed.
### Other
* `Entity<T>` methods were marked as `readonly` as appropriate.
## 258.0.1
### Bugfixes