Skip to content

Commit a21c84e

Browse files
committed
add changelog line
1 parent 06a22ea commit a21c84e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- Fix crash when removing a multibody joint, or a rigid-body with a multipody-joint attached to it.
66
- 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.
78

89
### Added
910

@@ -14,6 +15,7 @@
1415

1516
- Divided by two the value of each `QueryFilterFlags` variant so that
1617
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)]`.
1719

1820
## v0.21.0 (23 June 2024)
1921

0 commit comments

Comments
 (0)