diff options
| author | johnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com> | 2023-11-03 21:06:32 +0000 |
|---|---|---|
| committer | johnny-smitherson <127537716+johnny-smitherson@users.noreply.github.com> | 2023-11-03 21:06:32 +0000 |
| commit | 3547d78af7ae2cadc34434bb95a7142ae11d6548 (patch) | |
| tree | 44f0742175afe367b230156c31cc773ac6f870f5 | |
| parent | 31518e3dce8f34266471407b1d0a0a96b52f7f96 (diff) | |
| download | rapier-3547d78af7ae2cadc34434bb95a7142ae11d6548.tar.gz rapier-3547d78af7ae2cadc34434bb95a7142ae11d6548.tar.bz2 rapier-3547d78af7ae2cadc34434bb95a7142ae11d6548.zip | |
edit changelog - not a breaking change, field was not pub
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index af6a3a2..49b0462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - Make `Wheel::friction_slip` public to customize the front friction applied to the vehicle controller’s 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. +- Switch to `bevy 0.11` and use its new Gizmos API. ## v0.17.2 (26 Feb. 2023) ### Fix |
