Updated changelog

This commit is contained in:
Sebastian Verschoor
2019-03-13 15:48:51 -04:00
parent 94125a5dda
commit 979d57d70a
+1 -1
View File
@@ -4,7 +4,7 @@ when upgrading from a version of rust-sdl2 to another.
### v0.32.1
[PR #827](https://github.com/Rust-SDL2/rust-sdl2/pull/827):
Added 32-bit array pixelformats
Added inplace operations for `rect::Point`.
[PR #824](https://github.com/Rust-SDL2/rust-sdl2/pull/824):
Added `controller::set_rumble` and `joystick::set_rumble`, wrappers for `SDL_GameControllerRumble` and `SDL_JoystickRumble` respectively.