diff --git a/changelog.md b/changelog.md index e28696951b..ac0bef9649 100644 --- a/changelog.md +++ b/changelog.md @@ -51,6 +51,10 @@ when upgrading from a version of rust-sdl2 to another. [PR #1427](https://github.com/Rust-SDL2/rust-sdl2/pull/1427) **BREAKING CHANGE** Add system locale support. A new event type `Event::LocaleChanged` has been added. +### v0.37.1 + +[PR #1488](https://github.com/Rust-SDL2/rust-sdl2/pull/1488) Fix windows build by adding a library + ### v0.37.0 [PR #1406](https://github.com/Rust-SDL2/rust-sdl2/pull/1406) Update bindings to SDL 2.0.26, add Event.is\_touch() for mouse events, upgrade wgpu to 0.20 in examples