Skip to content

Commit 6e036c9

Browse files
committed
Update CHANGELOG
1 parent 2a917ca commit 6e036c9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

android-activity/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.5.0] - 2023-10-16
10+
### Added
11+
- Added `MotionEvent::action_button()` exposing the button associated with button press/release actions ()
12+
13+
### Changed
14+
- rust-version bumped to 0.68 ([#123](https://github.com/rust-mobile/android-activity/pull/123))
15+
- *Breaking*: updates to `ndk 0.8` and `ndk-sys 0.5` ([#128](https://github.com/rust-mobile/android-activity/pull/128))
16+
- The `Pointer` and `PointerIter` types from the `ndk` crate are no longer directly exposed in the public API ([#122](https://github.com/rust-mobile/android-activity/pull/122))
17+
- All input API enums based on Android SDK enums have been made runtime extensible via hidden `__Unknown(u32)` variants ([#131](https://github.com/rust-mobile/android-activity/pull/131))
18+
919
## [0.5.0-beta.1] - 2023-08-15
1020
### Changed
1121
- Pulled in `ndk-sys 0.5.0-beta.0` and `ndk 0.8.0-beta.0` ([#113](https://github.com/rust-mobile/android-activity/pull/113))

0 commit comments

Comments
 (0)