Skip to content

Commit

Permalink
doc: Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
shanecelis committed Nov 25, 2024
1 parent c184021 commit 428e216
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@

All notable changes to this project will be documented in this file.

## [0.5.0] - 2024-04-23
## [unreleased]

## [0.6.0] - 2024-11-24

## [0.5.0] - 2024-06-05

### Features
- Optimize look ups to incrementally search using O(log n) instead of O(m^2 log n). See [PR #7](https://github.com/not-elm/bevy-input-sequence/pull/7) for more details.

### Bugs
- Fix bug where "W A S D" and "A S" sequences would match the latter pattern when "W A S P" was typed.

## [0.4.0] - 2024-04-23

### Features
Expand All @@ -15,7 +22,7 @@ All notable changes to this project will be documented in this file.
- Use plugin.
- Can configure schedule and system set.
- Remove `GamepadEvent`; use system with input `In<Gamepad>`.
- Add `IntoCondSystem` that adds `only_if()` conditions to `IntoSystems`.
- Add `IntoCondSystem` that adds `only_if()` conditi:ons to `IntoSystems`.
- Add `only_if` example.
- Add `prelude` module for glob imports.

Expand Down

0 comments on commit 428e216

Please sign in to comment.