Skip to content

Commit

Permalink
RELEASES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shute052 committed Sep 10, 2024
1 parent 5dd805a commit e451cfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- added `TripleAxislikeChord` that groups a `Buttonlike` and a `TripleAxislike` together.
- added related variants such as:
- `InputControlType::TripleAxis`
- `ActionDiff::TripleAxisChanged`
- `ActionDiff::TripleAxisChanged`

### Usability (0.15.1)

Expand All @@ -32,6 +32,7 @@
### Bugs (0.15.1)

- `InputMap::get_pressed` and siblings now check if the action kind is buttonlike before checking if they are pressed or released, avoiding a debug-mode panic
- `InputMap::merge` is now compatible with all input kinds, previously limited to buttons

## Version 0.15.0

Expand Down

0 comments on commit e451cfd

Please sign in to comment.