From 7df079387b7537be8bdfd9b989ba54fc9a66e130 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Thu, 9 Nov 2017 06:50:19 +0000 Subject: [PATCH] Add PR "bundled" to changelog --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 274de3e0..9a3f9904 100644 --- a/changelog.md +++ b/changelog.md @@ -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.