File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ when upgrading from a version of rust-sdl2 to another.
3
3
4
4
### v0.31
5
5
6
+ [ PR #711 ] ( https://github.com/Rust-SDL2/rust-sdl2/pull/711 )
7
+
8
+ * ** Breaking change** Change HatState::Leftdown casing into HatState::LeftDown to be consistent with naming.
9
+
6
10
[ PR #673 ] ( https://github.com/Rust-sdl2/rust-sdl2/pull/673 )
7
11
8
12
* Support Audio Capture in AudioCallbacks.
@@ -11,7 +15,7 @@ when upgrading from a version of rust-sdl2 to another.
11
15
12
16
* ** Breaking change** Make get\_ swap\_ interval return an enum instead of i32
13
17
* The signature of set\_ swap\_ interval has been changed as well, but it shouldn't
14
- breaking exisitng code too much.
18
+ breaking existing code too much.
15
19
16
20
[ PR #683 ] ( https://github.com/Rust-sdl2/rust-sdl2/pull/684 )
17
21
You can’t perform that action at this time.
0 commit comments