Skip to content

Commit 35b4931

Browse files
committed
Update changelog for PR #733 and #737
1 parent b83be89 commit 35b4931

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

changelog.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
In this file will be listed the changes, especially the breaking ones that one should be careful of
22
when upgrading from a version of rust-sdl2 to another.
33

4-
### v0.32
4+
### v0.31.1
5+
6+
[PR #737](https://github.com/Rust-SDL2/rust-sdl2/pull/737)
7+
* Fix `ClipboardUtil::set_clipboard_text` to return an Ok when it went well.
8+
9+
[PR #733](https://github.com/Rust-SDL2/rust-sdl2/pull/733)
10+
* Add `video::border_size -> Result<(u16, u16, u16, u16), String>` equivalent of `SDL_GetWindowBorderSize()`
511

612
[PR #732](https://github.com/Rust-SDL2/rust-sdl2/pull/732)
713
* 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.
1016
[PR #279](https://github.com/Rust-SDL2/rust-sdl2/pull/729)
1117

1218
* **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.
19+
* Although this is a breaking change, this function was not working in the first place, so this is hardly a true breaking change
1320

1421
### v0.31
1522

0 commit comments

Comments
 (0)