Release v0.23.0 (#782)

This commit is contained in:
Sébastien Crozet
2025-01-09 01:36:41 +04:00
committed by GitHub
parent 552cfebab0
commit f2efccfd58
11 changed files with 16 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
## Unreleased
## v0.23.0 (08 Jan 2024)
### Fix
- The region key has been replaced by an i64 in the f64 version of rapier, increasing the range before panics occur.
- The broad-phase region key has been replaced by an i64 in the f64 version of rapier, increasing the range before panics occur.
- Fix `BroadphaseMultiSap` not being able to serialize correctly with serde_json.
- Fix `KinematicCharacterController::move_shape` not respecting parameters `max_slope_climb_angle` and `min_slope_slide_angle`.
- Improve ground detection reliability for `KinematicCharacterController`. (#715)