From a735faa7530273d50e2989ce9dfc632bc9a54365 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Sun, 14 Aug 2022 00:45:44 +0100 Subject: [PATCH] Add an initial CHANGELOG.md Based on https://keepachangelog.com/en/1.0.0 --- android-activity/CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 android-activity/CHANGELOG.md diff --git a/android-activity/CHANGELOG.md b/android-activity/CHANGELOG.md new file mode 100644 index 0000000..6218955 --- /dev/null +++ b/android-activity/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +### Added +- Emit an `InputAvailable` event for new input with `NativeActivity` and `GameActivity` + enabling gui apps that don't render continuously +- Oboe and Cpal audio examples added +### Changed +- *Breaking*: updates to `ndk 0.7` and `ndk-sys 0.4` + +## [0.1.1] - 2022-07-04 +### Changed +- Documentation fixes + +## [0.1] - 2022-07-04 +### Added +- Initial release \ No newline at end of file