From c02f7b30413c496bad6b0d9df2ae8d48f34d14f6 Mon Sep 17 00:00:00 2001 From: Connor Fitzgerald Date: Wed, 5 Feb 2020 10:35:57 -0500 Subject: [PATCH] Update CHANGELOG.md --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index 44c3d97e6b3..bcf577481ea 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,11 @@ 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. +### unreleased + +[PR #968](https://github.com/Rust-SDL2/rust-sdl2/pull/968) +Pass SDL2 include directories to `sdl2-sys`'s dependant crates through `DEP_SDL2_INCLUDE`. + ### v0.33 [PR #956](https://github.com/Rust-SDL2/rust-sdl2/pull/956) + [PR #960](https://github.com/Rust-SDL2/rust-sdl2/pull/960) + [PR #951](https://github.com/Rust-SDL2/rust-sdl2/pull/951):