From b048f43ea33db0e51156c925a688739cdbda940e Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Fri, 29 Jan 2021 15:10:28 +0100 Subject: Add a missing entry to the CHANGELOG. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e08f3b4..383cd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,7 @@ Breaking changes related to rigid-bodies: Use `RigidBodyDesc.lockRotations` or `RigidBodyDesc.restrictRotations` to lock the rotational motion of the rigid-body. Breaking changes related to colliders: +- The collider shape type has been renamed from `ColliderShape` to `SharedShape` (now part of the Parry crate). - The `Polygon` shape no longer exists. For a 2D convex polygon, use a `ConvexPolygon` instead. - All occurrences of `Trimesh` have been replaced by `TriMesh` (note the change in case). -- cgit