From 0a052cde61a435a698a7802dd9de15cf17da30df Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Tue, 5 Nov 2019 23:04:01 +0200 Subject: [PATCH] Update changelog --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 054fa41c..0c1245c2 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,9 @@ when upgrading from a version of rust-sdl2 to another. ### v0.32.3 (unreleased) +[PR #938](https://github.com/Rust-SDL2/rust-sdl2/pull/938) +**Breaking change** Removed the `rand` crate from dependencies. + [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`.