We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06a22ea commit a21c84eCopy full SHA for a21c84e
CHANGELOG.md
@@ -4,6 +4,7 @@
4
5
- Fix crash when removing a multibody joint, or a rigid-body with a multipody-joint attached to it.
6
- Fix crash when inserting multibody joints in an arbitrary order (instead of incrementally from root to leaf).
7
+- Fix `BroadphaseMultiSap` not being able to serialize correctly with serde_json.
8
9
### Added
10
@@ -14,6 +15,7 @@
14
15
16
- Divided by two the value of each `QueryFilterFlags` variant so that
17
the smallest one is 1 instead of 2 (fixes a bug in rapier.js).
18
+- `BroadphaseMultiSap` now serializes its `colliders_proxy_ids` as `Vec[(ColliderHandle, BroadPhaseProxyIndex)]`.
19
20
## v0.21.0 (23 June 2024)
21
0 commit comments