update changelog

This commit is contained in:
BlackMATov
2025-12-18 01:27:35 +07:00
parent 8e2a34f2f6
commit 856b9c665d
2 changed files with 8 additions and 4 deletions

View File

@@ -60,6 +60,7 @@
- [Chunk](#chunk)
- [Builder](#builder)
- [Changelog](#changelog)
- [vX.X.X](#vxxx)
- [v1.5.0](#v150)
- [v1.4.0](#v140)
- [v1.3.0](#v130)
@@ -1306,11 +1307,15 @@ builder_mt:destruction_policy :: id -> builder
## Changelog
### vX.X.X
- Significant performance improvements of the [`evolved.REQUIRES`](#evolvedrequires) fragment trait
### v1.5.0
- Added a little [LÖVE](https://love2d.org) example;
- 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).
- Added a little [LÖVE](https://love2d.org) example
- 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

@@ -14,5 +14,4 @@
## Known Issues
- Required fragments are slower than they should be
- Errors in hooks are cannot be handled properly right now