From 7596f5fdf861ce29958c29fd8866e5c29ddcd229 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 23 Nov 2024 14:33:07 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 055c916..ce230e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ The format is based on [Keep a Changelog][kac], and this project adheres to - Added `Debugger.raycastParams` property. - This allows users to customize the `RaycastParams` that is used by the mouse highlight feature. For example, a different CollisionGroup could be specified. +### Changed + +- `World:get()` now has fast paths for up to four components. + - Getting one component is now more than 2x faster and this scales with more components. + ## [0.9.0-beta.0] - 2024-11-15 ### Added