diff --git a/changelog.md b/changelog.md index 91b7ef6c..432a0ef8 100644 --- a/changelog.md +++ b/changelog.md @@ -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.