From b3cf412e439c95513e50ecfe75b1cb4df4520447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Crozet?= Date: Sun, 6 Aug 2023 14:09:44 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1204da4c..bb27d915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ `TypedShape` or `SharedShape`. The `From` trait has also been implemented accordingly. - Implement `Copy` for `ColliderView` and all the other non-mut shape views. - Add `RapierContext::rigid_body_colliders` to retrieve all collider entities attached to this rigid-body. +- Add `RapierPhysicsPlugin::in_fixed_schedule`/`::in_schedude` to add rapier’s systems to a fixed/custom + schedule. ## 0.22.0 (10 July 2023) ### Modified