Add PR "bundled" to changelog

This commit is contained in:
Cobrand
2017-11-09 06:50:19 +00:00
committed by GitHub
parent 2d223fab41
commit 7df079387b
+4
View File
@@ -3,6 +3,10 @@ when upgrading from a version of rust-sdl2 to another.
### v0.31
[PR #693](https://github.com/Rust-SDL2/rust-sdl2/pull/693), [PR #720](https://github.com/Rust-SDL2/rust-sdl2/pull/720)
* Adds feature "bundled" as well as "static-link". Entirely compatible wit hthe "use-bindgen" feature. Windows-gnu is not supported yet, any help is needed on that side, but every other major platform should be supported.
[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.