Skip to content

Commit 8e88e75

Browse files
authored
Add HatState casing change and fix typo
Fixed typo in changelog for PR #684
1 parent ae145e0 commit 8e88e75

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

changelog.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ when upgrading from a version of rust-sdl2 to another.
33

44
### v0.31
55

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+
610
[PR #673](https://github.com/Rust-sdl2/rust-sdl2/pull/673)
711

812
* Support Audio Capture in AudioCallbacks.
@@ -11,7 +15,7 @@ when upgrading from a version of rust-sdl2 to another.
1115

1216
* **Breaking change** Make get\_swap\_interval return an enum instead of i32
1317
* 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.
1519

1620
[PR #683](https://github.com/Rust-sdl2/rust-sdl2/pull/684)
1721

0 commit comments

Comments
 (0)