From cb3a64d156613510dc7e676218e47573bac5cbd1 Mon Sep 17 00:00:00 2001 From: Ukendio Date: Sat, 6 Jul 2024 16:24:54 +0200 Subject: [PATCH] Add to changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e878b5..6fd615a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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