From dbea930a1887e6d650036c2386823e3cbc45d201 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Tue, 5 Sep 2017 05:09:10 +0000 Subject: [PATCH] Update changelog --- changelog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/changelog.md b/changelog.md index f2589f16..173414cd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,23 @@ In this file will be listed the changes, especially the breaking ones that one should be careful of when upgrading from a version of rust-sdl2 to another. +### v0.31 + +[PR #673](https://github.com/Rust-sdl2/rust-sdl2/pull/673) + +* Support Audio Capture in AudioCallbacks. + +[PR #684](https://github.com/Rust-sdl2/rust-sdl2/pull/684) + +* **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. + +[PR #683](https://github.com/Rust-sdl2/rust-sdl2/pull/684) + +* Adds the `unsafe_textures` feature to this crate, allowing to get rid of the lifetimes +in `Texture`s in the `render` module. + ### v0.30 Re-exported sdl2\_sys as sdl2::sys