Version: 261.1.0

This commit is contained in:
metalgearsloth
2025-05-29 00:15:26 +10:00
parent 6d46d3f4a5
commit 8c35c2c380
2 changed files with 16 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,21 @@ END TEMPLATE-->
*None yet*
## 261.1.0
### New features
* Automatically create logger sawmills for `UIController`s similar to `EntitySystem`s.
### Bugfixes
* Fix physics forces not auto-clearing / respecting the cvar.
### Internal
* Cleanup more compiler warnings in unit tests.
## 261.0.0
### Breaking changes