Skip to content

Commit

Permalink
Update changelog for PR #733 and #737
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobrand committed Dec 12, 2017
1 parent b83be89 commit 35b4931
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand All @@ -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

Expand Down

0 comments on commit 35b4931

Please sign in to comment.