Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

## Breaking Changes (0.18.0)

- many types that were previously `Message`-implementing types are now `Message`-implementing types (same semantics, new name), and have been renamed accordingly
- many types that were previously `Event`-implementing types are now `Message`-implementing types (same semantics, new name), and have been renamed accordingly
- for example, `ActionDiffEvent` is now `ActionDiffMessage`
- `InputManagerBundle` has been removed after being deprecated: insert an `InputMap<A>` component instead and use required components to fill in the `ActionState<A>`

Expand Down Expand Up @@ -818,3 +818,4 @@ Input processors allow you to create custom logic for axis-like input manipulati
## Version 0.1

- Released!