From 404a066c68773557aac84b994153ec9bc5819acd Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Mon, 17 Oct 2022 15:12:09 +0200 Subject: [PATCH] Update CHANGELOG --- ndk-build/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ndk-build/CHANGELOG.md b/ndk-build/CHANGELOG.md index 76586d31..271d0aee 100644 --- a/ndk-build/CHANGELOG.md +++ b/ndk-build/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +- `RUSTFLAGS` is now considered if `CARGO_ENCODED_RUSTFLAGS` is not present, this allows `cargo apk build` to not break user's builds if they depend on flags being set on the build, as `CARGO_ENCODED_RUSTFLAGS`, set by `ndk-build` before invoking cargo, will take precedence over all other sources of build flags. ([#357](https://github.com/rust-windowing/android-ndk-rs/pull/357)) + # 0.8.1 (2022-10-14) - Provide `reverse_port_forwarding()` to set up `adb reverse` ([#348](https://github.com/rust-windowing/android-ndk-rs/pull/348))