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 #1415](https://github.com/Rust-SDL2/rust-sdl2/pull/1415) Store `gfx::framerate::FPSmanager` directly in `FPSManager` instead of on the heap.
7
+
6
8
[PR #1450](https://github.com/Rust-SDL2/rust-sdl2/pull/1450)**BREAKING CHANGE** Create ClippingRect type, to disambiguate between no and zero area clipping rect.
7
9
8
10
[PR #1416](https://github.com/Rust-SDL2/rust-sdl2/pull/1416) Apply clippy fixes, fix deprecations and other code quality improvements.
0 commit comments