Skip to content

Commit 04bb2e1

Browse files
committed
add changelog
1 parent 6553a54 commit 04bb2e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- Fix `KinematicCharacterController::move_shape` not respecting parameters `max_slope_climb_angle` and `min_slope_slide_angle`.
88
- Improve ground detection reliability for `KinematicCharacterController`. (#715)
99
- Fix wasm32 default values for physics hooks filter to be consistent with native: `COMPUTE_IMPULSES`.
10+
- Fix `set_parent` when ongoing collisions should be affected (#742):
11+
- Fix collisions not being removed when a collider is parented to a rigidbody while in collision with it.
12+
- Fix collisions not being added when the parent was removed while intersecting a (previously) sibling collider.
1013

1114
### Added
1215

0 commit comments

Comments
 (0)