Skip to content

Commit ec46f0c

Browse files
committed
update changelog
1 parent 9243d27 commit ec46f0c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!-- next-header -->
22
## [Unreleased] - ReleaseDate
33

4+
## Added
5+
6+
- Added `_do` variants to all of the `[just_]pressed[_any]` methods of `KeyboardState` and `MouseState`. These new variants accept closures to perform the logic, and can be chained. Contributed by [@just-do-halee](https://github.com/just-do-halee) in [#55].
7+
8+
## Improved
9+
10+
- `CollisionPair` now implements `IntoIterator`, so you can do, for example: `for label in event.pair { ... }`. Contributed by [@just-do-halee](https://github.com/just-do-halee) in [#55].
11+
12+
[#55]: https://github.com/CleanCut/rusty_engine/pull/55
13+
414
## [5.1.1] - 2022-08-01
515

616
## Improved

0 commit comments

Comments
 (0)