diff options
| author | Sébastien Crozet <developer@crozet.re> | 2021-09-12 10:53:01 +0200 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2021-09-12 10:53:01 +0200 |
| commit | 936f655c67f03d6eae6c2c9fc2ad0647b54d74b7 (patch) | |
| tree | b46a2212cba808d7006ec4afd817ad4ace0cd170 /CHANGELOG.md | |
| parent | d9069142e19dcd2f575276dc1a86fe7c5189e645 (diff) | |
| download | rapier-0.11.1.tar.gz rapier-0.11.1.tar.bz2 rapier-0.11.1.zip | |
Release v0.11.1v0.11.1
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index dd52308..7539bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.11.1 +### Fixed +- Fix a bug causing large moving colliders to miss some collisions after some time. +- Fix invalid forces generated by contacts with position-based kinematic bodies. +- Fix a bug where two colliders without parent would not have their collision computed even if the + appropriate flags were set. + ## v0.11.0 Check out the user-guide for the JS/Typescript bindings for rapier. It has been fully rewritten and is now exhaustive! Check it out on [rapier.rs](https://www.rapier.rs/docs/user_guides/javascript/getting_started_js) |
