Update the CHANGELOG for 0.7.2.

This commit is contained in:
Crozet Sébastien
2021-04-03 16:23:55 +02:00
parent 7465abf399
commit 50967a6f0c

View File

@@ -1,3 +1,11 @@
## v0.7.2
### Added
- Implement `Serialize` and `Deserialize` for the `CCDSolver`.
### Fixed
- Fix a crash that could happen after adding and then removing a collider right away,
before stepping the simulation.
## v0.7.1
### Fixed
- Fixed a bug in the broad-phase that could cause non-determinism after snapshot restoration.