Skip to content

Commit

Permalink
Add HatState casing change and fix typo
Browse files Browse the repository at this point in the history
Fixed typo in changelog for PR Rust-SDL2#684
  • Loading branch information
negamartin authored Oct 12, 2017
1 parent ae145e0 commit 8e88e75
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ when upgrading from a version of rust-sdl2 to another.

### v0.31

[PR #711](https://github.com/Rust-SDL2/rust-sdl2/pull/711)

* **Breaking change** Change HatState::Leftdown casing into HatState::LeftDown to be consistent with naming.

[PR #673](https://github.com/Rust-sdl2/rust-sdl2/pull/673)

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

* **Breaking change** Make get\_swap\_interval return an enum instead of i32
* The signature of set\_swap\_interval has been changed as well, but it shouldn't
breaking exisitng code too much.
breaking existing code too much.

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

Expand Down

0 comments on commit 8e88e75

Please sign in to comment.