Skip to content

Commit ea9382b

Browse files
committed
update changelog
1 parent 571b58a commit ea9382b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

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

4+
### Breaking changes
5+
6+
- The `KeyCode` enum (passed through from Bevy) has had many variants renamed. For example, `KeyCode::Key1` is now `KeyCode::Digit1`, `KeyCode::A` is now `KeyCode::KeyA`, and `KeyCode::Right` is now `KeyCode::ArrowRight`. Please refer to Bevy's [`KeyCode` documentation](https://docs.rs/bevy/0.18.0/bevy/input/keyboard/enum.KeyCode.html) for the full list of variants and their new names.
7+
- Bevy's `WindowResolution::new` function now takes `u32`s instead of `f32`s
8+
- Bevy's `Color` struct has had many changes. For example, `Color::rgb` is now `Color::srgb`. Please refer to Bevy's [`Color` documentation](https://docs.rs/bevy/0.18.0/bevy/color/enum.Color.html) for the full list of associated functions and their new names.
9+
10+
11+
### Improved
12+
13+
- Update bevy from 0.12 to 0.18
14+
- Update bevy_prototype_lyon from 0.10 to 0.16
15+
- Update ron from 0.9 to 0.12
16+
- Update rand from 0.8 to 0.9
17+
- The tutorial has been updated to reflect the API changes and fix a few issues.
18+
419
## [6.0.0] - 2023-12-03
520

621
### Breaking changes

0 commit comments

Comments
 (0)