From 9a76f9f893109560a717ff7429dbcdfd2fe83335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Fri, 16 May 2025 18:35:23 +0200 Subject: [PATCH] chore: update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cfe7af..80fcbd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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