aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
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.