aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-04-03 16:23:55 +0200
committerCrozet Sébastien <developer@crozet.re>2021-04-03 16:25:47 +0200
commit50967a6f0c514c02488d435891cc66994f00dd8d (patch)
treea528ed5523094f85d596b5e22c7ee087550620b5
parent7465abf3991b986f4a0e3bf657d38bfb884dc98e (diff)
downloadrapier-50967a6f0c514c02488d435891cc66994f00dd8d.tar.gz
rapier-50967a6f0c514c02488d435891cc66994f00dd8d.tar.bz2
rapier-50967a6f0c514c02488d435891cc66994f00dd8d.zip
Update the CHANGELOG for 0.7.2.
-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.