update readme

This commit is contained in:
BlackMATov
2026-01-27 08:22:39 +07:00
parent 4a018f4c40
commit b774abf63c
2 changed files with 5 additions and 1 deletions

View File

@@ -63,6 +63,7 @@
- [Chunk](#chunk) - [Chunk](#chunk)
- [Builder](#builder) - [Builder](#builder)
- [Changelog](#changelog) - [Changelog](#changelog)
- [vX.Y.Z](#vxyz)
- [v1.8.0](#v180) - [v1.8.0](#v180)
- [v1.7.0](#v170) - [v1.7.0](#v170)
- [v1.6.0](#v160) - [v1.6.0](#v160)
@@ -1565,6 +1566,10 @@ builder_mt:destruction_policy :: id -> builder
## Changelog ## Changelog
### vX.Y.Z
- Performance improvements of the [`evolved.destroy`](#evolveddestroy) and [`evolved.batch_destroy`](#evolvedbatch_destroy) functions
### v1.8.0 ### v1.8.0
- Added the new [`evolved.REALLOC`](#evolvedrealloc) and [`evolved.COMPMOVE`](#evolvedcompmove) fragment traits that allow customizing component storages - Added the new [`evolved.REALLOC`](#evolvedrealloc) and [`evolved.COMPMOVE`](#evolvedcompmove) fragment traits that allow customizing component storages

View File

@@ -5,7 +5,6 @@
- observers and events - observers and events
- add INDEX fragment trait - add INDEX fragment trait
- use compact prefix-tree for chunks - use compact prefix-tree for chunks
- optional ffi component storages
## Thoughts ## Thoughts