From 4eabec57f98f631ac0540e8166f3efbe9e4b53ab Mon Sep 17 00:00:00 2001 From: Thierry Berger Date: Fri, 15 Nov 2024 10:54:17 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88bef488..06282a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - The 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`. +- Fix wasm32 default values for physics hooks filter to be consistent with native: `COMPUTE_IMPULSES`. ### Added