Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
memorycode committed Nov 23, 2024
1 parent 5e5ecd5 commit 7596f5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7596f5f

Please sign in to comment.