diff options
| author | Crozet Sébastien <developer@crozet.re> | 2021-04-03 16:23:55 +0200 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2021-04-03 16:25:47 +0200 |
| commit | 50967a6f0c514c02488d435891cc66994f00dd8d (patch) | |
| tree | a528ed5523094f85d596b5e22c7ee087550620b5 | |
| parent | 7465abf3991b986f4a0e3bf657d38bfb884dc98e (diff) | |
| download | rapier-50967a6f0c514c02488d435891cc66994f00dd8d.tar.gz rapier-50967a6f0c514c02488d435891cc66994f00dd8d.tar.bz2 rapier-50967a6f0c514c02488d435891cc66994f00dd8d.zip | |
Update the CHANGELOG for 0.7.2.
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e446b..b1f6ff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. |
