mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 01:20:04 +00:00
Add to changelog
This commit is contained in:
parent
ae14f55e53
commit
cb3a64d156
1 changed files with 6 additions and 2 deletions
|
@ -10,12 +10,16 @@ The format is based on [Keep a Changelog][kac], and this project adheres to
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Iterator now goes backwards instead to prevent common cases of iterator invalidation
|
||||
|
||||
## [0.2.1] - 2024-07-06
|
||||
|
||||
### Added
|
||||
|
||||
* Added `jecs.Component` built-in component which will be added to ids created with `world:component()`.
|
||||
* used to find every component id with `query(jecs.Component)
|
||||
- Added `jecs.Component` built-in component which will be added to ids created with `world:component()`.
|
||||
- Used to find every component id with `query(jecs.Component)
|
||||
|
||||
## [0.2.0] - 2024-07-03
|
||||
|
||||
|
|
Loading…
Reference in a new issue