From 8049b3ab256569daaf2497928fe8d03a17f399e1 Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Thu, 8 Sep 2022 16:36:05 +0200 Subject: [PATCH] Add changelog --- ndk-build/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ndk-build/CHANGELOG.md b/ndk-build/CHANGELOG.md index de987d18..0c4ad311 100644 --- a/ndk-build/CHANGELOG.md +++ b/ndk-build/CHANGELOG.md @@ -4,6 +4,7 @@ - Add `adb` device serial parameter to `detect_abi()` and `Apk::{install,start}()`. ([#329](https://github.com/rust-windowing/android-ndk-rs/pull/329)) - Fix missing `.exe` extension for `adb` on Windows inside `detect_abi()`. ([#339](https://github.com/rust-windowing/android-ndk-rs/pull/339)) - `start()` now returns the PID of the started app process (useful for passing to `adb logcat --pid`). ([#331](https://github.com/rust-windowing/android-ndk-rs/pull/331)) +- Add `ndk_gdb()` function to acquire `ndk-gdb` script path with the appropriate extension across platforms. ([#330](https://github.com/rust-windowing/android-ndk-rs/pull/330)) # 0.7.0 (2022-07-05)