aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2023-09-09 12:56:35 +0200
committerGitHub <noreply@github.com>2023-09-09 12:56:35 +0200
commit32ffb3e1aa0bbd62bbd977e195aa6a769e8af61b (patch)
treeab306834d4be1b81e215f0307bc902dd5ca40ce9 /CHANGELOG.md
parentb977d41e5b1268d76ef0bc66f3b48baaa47ec9a2 (diff)
parentb9b5b58f615a7e97dafa251b1f43e74e81b33fe0 (diff)
downloadrapier-32ffb3e1aa0bbd62bbd977e195aa6a769e8af61b.tar.gz
rapier-32ffb3e1aa0bbd62bbd977e195aa6a769e8af61b.tar.bz2
rapier-32ffb3e1aa0bbd62bbd977e195aa6a769e8af61b.zip
Merge pull request #521 from waywardmonkeys/expand-wrt
docs: Expand "wrt" to "with respect to".
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
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