Add 0.3 changes to Changelog

This commit is contained in:
Robert Bragg
2022-09-19 23:05:31 +01:00
parent 10d95187c7
commit 02021c912c
+7
View File
@@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.3] - 2022-09-15
### Added
- `show/hide_sot_input` API for being able to show/hide a soft keyboard (other IME still pending)
- `set_window_flags()` API for setting WindowManager params
### Changed
- *Breaking*: Created extensible, `#[non_exhaustive]` `InputEvent` wrapper enum instead of exposing `ndk` type directly
## [0.2] - 2022-08-25 ## [0.2] - 2022-08-25
### Added ### Added
- Emit an `InputAvailable` event for new input with `NativeActivity` and `GameActivity` - Emit an `InputAvailable` event for new input with `NativeActivity` and `GameActivity`