Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
memorycode committed Nov 14, 2024
1 parent 25e74bf commit 3bbb030
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ The format is based on [Keep a Changelog][kac], and this project adheres to
- For example, you can now have a single `Loop` state table that contains your World, and the debugger will display it properly.
- Added a button to the Debugger's system list to sort by run time.

### Changed
- Internal storage layout has been completely reworked.
- Queries bottlenecked by iteration speed will see a 7.5-15x performance improvement.

### Fixed
- Fixed archetypes being skipped in queries and `World:queryChanged` causing entities to be missed.

### Deprecated

- Deprecated the return type of `World:remove()` because it can now be inaccurate.
Expand Down

0 comments on commit 3bbb030

Please sign in to comment.