diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-07-08 17:18:10 +0200 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2022-07-08 17:21:43 +0200 |
| commit | 573affd73cf8f9d1c998f68535b5832a33c73848 (patch) | |
| tree | 9769b49bf03a558ad21c74329471c8d0e5ba8800 | |
| parent | 6bef5e4352b849e9d32be73ee3601f1aa82a6753 (diff) | |
| download | rapier-573affd73cf8f9d1c998f68535b5832a33c73848.tar.gz rapier-573affd73cf8f9d1c998f68535b5832a33c73848.tar.bz2 rapier-573affd73cf8f9d1c998f68535b5832a33c73848.zip | |
Update changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files 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<Real>`). - 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 |
