-Added my path change to the changelog as required in the contribution guide.

This commit is contained in:
Sebastian Richter
2019-09-10 21:42:54 +00:00
committed by Cobrand
parent cec594ed0d
commit b7e51ca784
+4
View File
@@ -1,6 +1,10 @@
In this file will be listed the changes, especially the breaking ones that one should be careful of
when upgrading from a version of rust-sdl2 to another.
### v0.32.1
[PR #907](https://github.com/Rust-SDL2/rust-sdl2/pull/907)
Changed the data type to i32 for the `which` field for the events `ControllerDeviceAdded` and `JoyDeviceAdded`.
### v0.32.2
[PR #898](https://github.com/Rust-SDL2/rust-sdl2/pull/898):