Changelog: specify that the bevy update is about the testbed

This commit is contained in:
Sébastien Crozet
2023-11-04 18:12:07 +01:00
parent c57a0a3b88
commit 556ba1f998

View File

@@ -10,7 +10,7 @@
- Make `Wheel::friction_slip` public to customize the front friction applied to the vehicle controllers wheels. - Make `Wheel::friction_slip` public to customize the front friction applied to the vehicle controllers wheels.
- Add the `DebugRenderBackend::filter_object` predicate that can be implemented to apply custom filtering rules - Add the `DebugRenderBackend::filter_object` predicate that can be implemented to apply custom filtering rules
on the objects being rendered. on the objects being rendered.
- Switch to `bevy 0.11` and use its new Gizmos API. - Switch the testbed to `bevy 0.11` and use its new Gizmos API for rendering lines.
## v0.17.2 (26 Feb. 2023) ## v0.17.2 (26 Feb. 2023)
### Fix ### Fix