Skip to content

Commit

Permalink
CHANGELOG: note that native-activity backend is pure-Rust now
Browse files Browse the repository at this point in the history
  • Loading branch information
rib committed Oct 11, 2022
1 parent 1ed7d38 commit c3d115f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android-activity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3d115f

Please sign in to comment.