Release v0.9.2

This commit is contained in:
Crozet Sébastien
2021-06-08 18:25:21 +02:00
parent ff6c75f3bd
commit e03dcd6979
5 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
## v0.9.2
### Added
- Make the method JointSet::remove_joints_attached_to_rigid_body public so that it can can be called externally for
letting component-based Rapier integration call it to cleanup joints after a rigid-body removal.
### Fixed
- Fix a panic that could happen when the same collider is listed twice in the removed_colliders array.
## v0.9.1
### Added
- Add `rapier::prelude::nalgebra` so that the `vector!` and `point!` macros work out-of-the-box after importing