diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fda868f..918c0dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -256,8 +256,8 @@ Check it out on [rapier.rs](https://www.rapier.rs/docs/user_guides/javascript/ge ## v0.10.1 ### Added -- Add `Collider::set_translation_wrt_parent` to change the translation of a collider wrt. its parent rigid-body. -- Add `Collider::set_rotation_wrt_parent` to change the translation of a collider wrt. its parent rigid-body. +- Add `Collider::set_translation_wrt_parent` to change the translation of a collider with respect to its parent rigid-body. +- Add `Collider::set_rotation_wrt_parent` to change the translation of a collider with respect to its parent rigid-body. ## v0.10.0 |
