From adff65f42e77eba8b3bc029403241e9ab9000aad Mon Sep 17 00:00:00 2001 From: Cobrand Date: Tue, 12 Dec 2017 06:00:54 +0000 Subject: [PATCH] Update changelog for PR #733 and #737 --- changelog.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1d1b8aaae16..f96fe3c967f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,13 @@ 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 +### v0.31.1 + +[PR #737](https://github.com/Rust-SDL2/rust-sdl2/pull/737) +* Fix `ClipboardUtil::set_clipboard_text` to return an Ok when it went well. + +[PR #733](https://github.com/Rust-SDL2/rust-sdl2/pull/733) +* Add `video::border_size -> Result<(u16, u16, u16, u16), String>` equivalent of `SDL_GetWindowBorderSize()` [PR #732](https://github.com/Rust-SDL2/rust-sdl2/pull/732) * Implemented `From<(u8, u8, u8)>` and `From<(u8, u8, u8, u8)>` for `pixels::Color`. @@ -10,6 +16,7 @@ when upgrading from a version of rust-sdl2 to another. [PR #279](https://github.com/Rust-SDL2/rust-sdl2/pull/729) * **Breaking change** set\_video\_minimize\_on\_focus\_lost was renamed to …minimize\_on\_focus\_loss, as it should be. As a bonus, it works now. +* Although this is a breaking change, this function was not working in the first place, so this is hardly a true breaking change ### v0.31