Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Feb 4, 2023
1 parent d680e59 commit b89d5fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Unreleased
### Modified
- The `PhysicsHooksWithQuery` trait has been renamed to by the `BevyPhysicsHooks`.
- Bevy resources and queries accessed by the physics hook are now specified by the implementor of `BevyPhysicsHooks`
which must derive Bevy’s `SystemParam` trait. This implies that the physics hook’s `filter_contact_pair` (and
all its other methods) no longer take the Bevy `Query` as argument. Queries and resources are accessed through
`self`.

## 0.20.0 (15 Jan. 2023)
### Added
- Add the `RigidBodyDisabled` and `ColliderDisabled` component that can be inserted to disable a rigid-body
Expand Down

0 comments on commit b89d5fe

Please sign in to comment.