Skip to content

Commit

Permalink
Add HapticSubsystem change to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ticky committed Oct 10, 2017
1 parent 5809b73 commit 9eccdf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public so they can be instantiated directly, and deprecates `sdl2::mixer::channe
[PR #714](https://github.com/Rust-SDL2/rust-sdl2/pull/714)

* **Breaking change** Updates the `which` fields of `sdl2::Event::ControllerDeviceAdded` and `sdl2::Event::JoyDeviceAdded` to be `u32`s so they can be used with `sdl2::GameControllerSubsystem` and `sdl::JoystickSubsystem` methods directly.
* **Breaking change** Updates `sdl2::HapticSubsystem::open_from_joystick_id` to correctly advertise `joystick_index` as being a `u32`.
* This should only mean removing type conversions which were previously needed to use these values, or changing incorrect assumptions in existing code.

### v0.30
Expand Down

0 comments on commit 9eccdf4

Please sign in to comment.