Version: 204.1.0

This commit is contained in:
metalgearsloth
2024-01-12 12:57:42 +11:00
parent 2462c906b3
commit dfb5369664
2 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->
+19 -4
View File
@@ -39,6 +39,25 @@ END TEMPLATE-->
### New features
*None yet*
### Bugfixes
*None yet*
### Other
*None yet*
### Internal
*None yet*
## 204.1.0
### New features
* New `EntitySystem` subscription helper for working with Bound User Interface events. You can find them by doing `Subs.BuiEvents<>()` in a system.
* The `EntityManager.Subscriptions` type (for building helper extension methods) now uses
@@ -50,10 +69,6 @@ END TEMPLATE-->
* Removed glibc version check warning.
### Internal
*None yet*
## 204.0.0