From b89d5fe2a7283621edb8bee40b8f728f0a7a1169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sat, 4 Feb 2023 16:10:37 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61567fa5..fbb0cc16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## Unreleased +### Modified +- The `PhysicsHooksWithQuery` trait has been renamed to by the `BevyPhysicsHooks`. +- Bevy resources and queries accessed by the physics hook are now specified by the implementor of `BevyPhysicsHooks` + which must derive Bevy’s `SystemParam` trait. This implies that the physics hook’s `filter_contact_pair` (and + all its other methods) no longer take the Bevy `Query` as argument. Queries and resources are accessed through + `self`. + ## 0.20.0 (15 Jan. 2023) ### Added - Add the `RigidBodyDisabled` and `ColliderDisabled` component that can be inserted to disable a rigid-body