fix compiler warnings & mention breaking in changelog

This commit is contained in:
johnny-smitherson
2023-11-03 21:01:39 +00:00
parent 23a7ed5beb
commit 31518e3dce
5 changed files with 9 additions and 19 deletions

View File

@@ -10,6 +10,7 @@
- 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
on the objects being rendered.
- **Breaking** Delete `RapierDebugRenderPlugin::depth_test` after switch to Bevy 0.11 Gizmos.
## v0.17.2 (26 Feb. 2023)
### Fix