Add to changelog

This commit is contained in:
Ukendio 2024-07-06 16:24:54 +02:00
parent ae14f55e53
commit cb3a64d156

View file

@ -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