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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ when upgrading from a version of rust-sdl2 to another.
8
8
9
9
[PR #1378](https://github.com/Rust-SDL2/rust-sdl2/pull/1378)**BREAKING CHANGE** Change `Keycode` to be a struct rather than an enum. Fix `Keycode::from_scancode` for non-QWERTY keyboard layouts.
10
10
11
+
[PR #1390](https://github.com/Rust-SDL2/rust-sdl2/pull/1390) Apply clippy fixes, fix deprecations and other code quality improvements.
12
+
11
13
[PR #1368](https://github.com/Rust-SDL2/rust-sdl2/pull/1368) Remove unnecessary unsafe in Window interface. Make Window `Clone`.
@@ -22,7 +24,7 @@ when upgrading from a version of rust-sdl2 to another.
22
24
23
25
[PR #1250](https://github.com/Rust-SDL2/rust-sdl2/pull/1250) Add `lib64` to native library search path when using bundled feature
24
26
25
-
[PR #1240](https://github.com/Rust-SDL2/rust-sdl2/pull/1240)**BREAKING CHANGE** Take `PixelMasks` by refrence
27
+
[PR #1240](https://github.com/Rust-SDL2/rust-sdl2/pull/1240)**BREAKING CHANGE** Take `PixelMasks` by reference
26
28
27
29
[PR #1254](https://github.com/Rust-SDL2/rust-sdl2/pull/1254)**BREAKING CHANGE** Make `SdlDrop` and `SubsystemDrop` safer; forbid external code from constructing `SdlDrop`
28
30
@@ -34,8 +36,6 @@ when upgrading from a version of rust-sdl2 to another.
34
36
35
37
[PR #1337](https://github.com/Rust-SDL2/rust-sdl2/pull/1337) Fix "Cannot initialize Sdl from more than one thread" for tests / CI
36
38
37
-
[PR #1337](https://github.com/Rust-SDL2/rust-sdl2/pull/1337) Fix "Cannot initialize Sdl from more than one thread" for tests / CI
38
-
39
39
[PR #1346](https://github.com/Rust-SDL2/rust-sdl2/pull/1346) Add basic Shaped Window support
40
40
41
41
[PR #1314](https://github.com/Rust-SDL2/rust-sdl2/pull/1314) Add "ALWAYS ON TOP" support for X11
0 commit comments