Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
### 0.18.0 (24 July 2025)

### Added

- Add `World.timing*` functions to access the internal performances measurements if the internal
profiler is enabled with `World.profilerEnabled = true`.
- Add `World.maxCcdSubsteps` to get/set the max number of CCD substeps run by the engine.

### Fix

- Fixed crash that would happen when removing colliders in a particular order (e.g. in the same order
as their insertion).

### 0.18.0-beta.0 (12 July 2025)

#### Modified
Expand Down
Loading
Loading