Add a missing entry to the CHANGELOG.

This commit is contained in:
Crozet Sébastien
2021-01-29 15:10:28 +01:00
parent c3f0207094
commit b048f43ea3

View File

@@ -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).