From 50967a6f0c514c02488d435891cc66994f00dd8d Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Sat, 3 Apr 2021 16:23:55 +0200 Subject: Update the CHANGELOG for 0.7.2. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- cgit