add to changelog

This commit is contained in:
Ukendio 2024-07-07 04:52:51 +02:00
parent 63e14504f4
commit 4ae75cc94b

View file

@ -10,6 +10,11 @@ The format is based on [Keep a Changelog][kac], and this project adheres to
## [Unreleased]
### Added
- Added `query:replace(function(...T) return ...U end)` for replacing components in place
- Method is fast pathed to replacing the data to the components for each corresponding entity
### Changed
- Iterator now goes backwards instead to prevent common cases of iterator invalidation
@ -109,12 +114,3 @@ The format is based on [Keep a Changelog][kac], and this project adheres to
[0.0.0-prototype-rc.3]: https://github.com/ukendio/jecs/releases/tag/v0.0.0-prototype.rc.3
[0.0.0-prototype.rc.2]: https://github.com/ukendio/jecs/releases/tag/v0.0.0-prototype.rc.2
[0.0.0-prototype-rc.1]: https://github.com/ukendio/jecs/releases/tag/v0.0.0-prototype.rc.1