chore: update CHANGELOG

This commit is contained in:
Sébastien Crozet
2025-05-16 18:35:23 +02:00
committed by Sébastien Crozet
parent d81584a089
commit 9a76f9f893

View File

@@ -1,3 +1,11 @@
## v0.26.0 (16 May 2025)
### Modified
- Update to parry 0.21.0. This changes the initialization of `Voxels` colliders by removing the primitive geometry
argument. This also fixes intersection checks with voxels, and force calculation between voxels and other
voxels or compound shapes.
## v0.25.1 (02 May 2025)
### Modified