You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@ when upgrading from a version of rust-sdl2 to another.
3
3
4
4
### Next
5
5
6
+
[PR #1413](https://github.com/Rust-SDL2/rust-sdl2/pull/1413)**BREAKING CHANGE** Replace `From` implementation of `SwapInterval` that could panic with `TryFrom`.
7
+
6
8
[PR #1416](https://github.com/Rust-SDL2/rust-sdl2/pull/1416) Apply clippy fixes, fix deprecations and other code quality improvements.
7
9
8
10
[PR #1408](https://github.com/Rust-SDL2/rust-sdl2/pull/1408) Allow comparing `Version`s, add constant with the version the bindings were compiled with.
0 commit comments