From 2113b8ec6db17c0b066eda98e69ecd8125c73433 Mon Sep 17 00:00:00 2001 From: Edhebi Date: Sat, 8 Jun 2019 17:36:42 +0200 Subject: [PATCH] add changelog message --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index f042382e09f..0d7fd24f588 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ 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.2 + +[PR #898](https://github.com/Rust-SDL2/rust-sdl2/pull/898): +Implements `TryFrom` for `PixelFormat` + ### v0.32.1 [PR #868](https://github.com/Rust-SDL2/rust-sdl2/pull/868):