From 573affd73cf8f9d1c998f68535b5832a33c73848 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Fri, 8 Jul 2022 17:18:10 +0200 Subject: Update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db96d0..cbed88f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,9 @@ `RigidBodyBuilder::additional_mass_properties` instead. - The `Collider::density` method now always returns a `Real` (instead of an `Option`). - Rename `RigidBody::restrict_rotations` and `RigidBody::restrict_translations` to - `RigidBody::set_allowed_rotations` and `RigidBody::set_allowed_translations`. + `RigidBody::set_enabled_rotations` and `RigidBody::set_enabled_translations`. - Rename `RigidBodyBuilder::restrict_rotations` and `RigidBodyBuilder::restrict_translations` to - `RigidBodyBuilder::allowed_rotations` and `RigidBodyBuilder::allowed_translations`. + `RigidBodyBuilder::enabled_rotations` and `RigidBodyBuilder::enabled_translations`. ### Added - Add `RigidBody::recompute_mass_properties_from_colliders` to force the immediate computation -- cgit