Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie authored Nov 10, 2023
1 parent 808948f commit fb64b6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.0

- Changed: updated to bevy 0.12

# 0.5.1

- Changed: reduced overhead of callback `run` function
Expand All @@ -24,4 +28,4 @@
- Changed: relaxed bounds to support static `FnMut` closures for `On` methods instead of only `fn`
- Added: new `event_listener` example to guide users through how to use the supplied event listener
methods.
- Fixed: prelude now exports `ListenerInput`
- Fixed: prelude now exports `ListenerInput`

0 comments on commit fb64b6b

Please sign in to comment.