From b179b649f329554391ec4733b239cecdfcd692c2 Mon Sep 17 00:00:00 2001 From: Ukendio Date: Sat, 10 May 2025 21:44:49 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5773969..fa1d870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,11 @@ The format is based on [Keep a Changelog][kac], and this project adheres to ## [Unreleased] +## [0.6.0] - 2025-05-10 + - `[world]`: - Added `world:range` to restrict entity range - - Changed `world:entity` to accept the overload to create an entity at the desired index + - Changed `world:entity` to accept the overload to create an entity at the desired id - Changed `world:clear` to also look through the component record for the cleared `ID` - Removes the cleared ID from every entity that has it - Changed entity ID layouts by putting the index in the lower bits, which should make every world function 1-5 nanoseconds faster