mirror of
https://github.com/encounter/rust-sdl2.git
synced 2026-07-10 21:18:41 -07:00
Add HatState casing change and fix typo
Fixed typo in changelog for PR #684
This commit is contained in:
+5
-1
@@ -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.
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user