diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e9f9a..fda868f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ### Modified - 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. ## v0.17.2 (26 Feb. 2023) ### Fix |
