Release v0.27.0 (#865)

This commit is contained in:
Sébastien Crozet
2025-07-24 17:11:32 +02:00
committed by GitHub
parent f9c986428c
commit efa7e764ba
11 changed files with 33 additions and 21 deletions

View File

@@ -1,3 +1,15 @@
## v0.27.0 (24 July 2025)
### Modified
- Modified the `QueryPipeline` API to take some geometric elements by-value instead of by-reference to make them
easier to use.
- Modified the character controller to take the query-pipeline by reference instead of by-value.
### Fixed
- Fix crash in the new BVH broad-phase when removing colliders in a particular order.
## v0.27.0-beta.0 (11 July 2025)
### Modified