From c3d115fd7b4227225259603d9a8cced0435bfaab Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 11 Oct 2022 18:48:27 +0100 Subject: [PATCH] CHANGELOG: note that native-activity backend is pure-Rust now --- android-activity/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/android-activity/CHANGELOG.md b/android-activity/CHANGELOG.md index d6b7f4c..b3231d4 100644 --- a/android-activity/CHANGELOG.md +++ b/android-activity/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.4] - 2022-09-20 ### Changed - *Breaking*: `input_events` callback now return whether an event was handled or not to allow for fallback handling ([#31](https://github.com/rib/android-activity/issues/31)) +- The native-activity backend is now implemented in Rust only, without building on `android_native_app_glue.c` ([#35](https://github.com/rib/android-activity/pull/35)) ## [0.3] - 2022-09-15 ### Added