update changelog

This commit is contained in:
BlackMATov
2025-11-21 06:31:42 +07:00
parent fc910881bd
commit 760b477564
2 changed files with 1 additions and 1 deletions

View File

@@ -1308,6 +1308,7 @@ builder_mt:destruction_policy :: id -> builder
### vX.X.X
- The spawn and clone operations with defaults have been significantly optimized
- Added basic [Teal](https://github.com/teal-language) type definitions, thanks to [@p0sel0k](https://github.com/p0sel0k)
### v1.4.0

View File

@@ -11,7 +11,6 @@
- We can return deferred status from modifying operations and spawn/clone methods.
- We should have a way to not copy components on deferred spawn/clone.
- We can cache default/duplicate per chunk to speed up entity creation with setup hooks.
## Known Issues