diff options
| author | Sébastien Crozet <developer@crozet.re> | 2025-01-09 01:36:41 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-08 22:36:41 +0100 |
| commit | f2efccfd58b8d2108abfda3799fd4301c96abca3 (patch) | |
| tree | 0e55ec13aaf870db1f9f7004bb16071a46fe38b6 /CHANGELOG.md | |
| parent | 552cfebab06f33290a9593fd3e2f5d835ee0dc72 (diff) | |
| download | rapier-master.tar.gz rapier-master.tar.bz2 rapier-master.zip | |
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b6522f7..5893994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) |
