Skip to content

Commit

Permalink
Update RELEASES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-hansen committed Jul 10, 2023
1 parent dfbe44b commit 84586fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

### Usability

- `bevy` dependency has been bumped from 0.10 to 0.11.
- `ActionLike` now requires Bevy's `TypePath` trait. Your actions will now need to derive `Reflect` or `TypePath`. See [bevy#7184](https://github.com/bevyengine/bevy/pull/7184)
- `QwertyScanCode` has had its variants renamed to match bevy's `KeyCode` variants.
See [bevy#8792](https://github.com/bevyengine/bevy/pull/8792)

### Enhancements

- Changed `entity` field of `ActionStateDriver` to `targets: ActionStateDriverTarget` with variants for 0, 1, or multiple targets, to allow for one driver
Expand Down

0 comments on commit 84586fe

Please sign in to comment.