mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +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]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Iterator now goes backwards instead to prevent common cases of iterator invalidation
|
||||||
|
|
||||||
## [0.2.1] - 2024-07-06
|
## [0.2.1] - 2024-07-06
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
* Added `jecs.Component` built-in component which will be added to ids created with `world: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)
|
- Used to find every component id with `query(jecs.Component)
|
||||||
|
|
||||||
## [0.2.0] - 2024-07-03
|
## [0.2.0] - 2024-07-03
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue