mirror of
https://github.com/Ukendio/jecs.git
synced 2025-06-20 08:19:18 +00:00
Update changelog
This commit is contained in:
parent
62ac4da426
commit
b179b649f3
1 changed files with 3 additions and 1 deletions
|
@ -10,9 +10,11 @@ The format is based on [Keep a Changelog][kac], and this project adheres to
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.6.0] - 2025-05-10
|
||||||
|
|
||||||
- `[world]`:
|
- `[world]`:
|
||||||
- Added `world:range` to restrict entity range
|
- Added `world:range` to restrict entity range
|
||||||
- Changed `world:entity` to accept the overload to create an entity at the desired index
|
- Changed `world:entity` to accept the overload to create an entity at the desired id
|
||||||
- Changed `world:clear` to also look through the component record for the cleared `ID`
|
- Changed `world:clear` to also look through the component record for the cleared `ID`
|
||||||
- Removes the cleared ID from every entity that has it
|
- Removes the cleared ID from every entity that has it
|
||||||
- Changed entity ID layouts by putting the index in the lower bits, which should make every world function 1-5 nanoseconds faster
|
- Changed entity ID layouts by putting the index in the lower bits, which should make every world function 1-5 nanoseconds faster
|
||||||
|
|
Loading…
Reference in a new issue