Skip to content

Commit

Permalink
Combining changelog headings
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
ecton committed May 12, 2024
1 parent 841e64d commit eec9b5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `WindowBehavior::touchpad_magnify` -> `WindowBehavior::pinch_gesture`
- `WindowBehavior::smart_magnify` -> `WindowBehavior::double_tap_gesture`

### Added

- `WindowBeahvior::pan_gesture` is a new event provided by `winit`.

### Changed

- All `&Appplication` bounds now are `?Sized`, enabling `&dyn Application`
Expand All @@ -51,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- `WindowBeahvior::pan_gesture` is a new event provided by `winit`.
- `Kludgine::id()` returns the instance's unique id.
- `Kludgine::REQUIRED_FEATURES` specifies the `wgpu::Features`` that Kludgine uses.
- `Kludgine::adjust_limits()` adjusts `wgpu::Limits` to ensure Kludgine will
Expand Down

0 comments on commit eec9b5a

Please sign in to comment.