# Unreleased # 0.4.1 (2022-11-23) - Re-release of `0.4.0` to combat a faulty `0.4.0+25.0.8775105` publish. Now also includes `+23.1.7779620` version metadata. # 0.4.0 (2022-07-24) - **Breaking:** Turn `enum` type aliases into newtype wrappers. (#245, #315) # 0.3.0 (2022-01-05) - **Breaking:** Use `jni-sys` for low-level JNI types instead of those autogenerated by `bindgen` based on the header. These JNI types are _not_ publicly (re)exported anymore. (#209) - Regenerate against NDK 23.1.7779620, now including all Android-related headers. (#201) # 0.2.2 (2021-11-22) - Regenerate against NDK 23.0.7599858. (#178) # 0.2.1 (2020-10-15) - Fix documentation build on docs.rs # 0.2.0 (2020-09-15) - **Breaking:** `onSaveInstanceState` signature corrected to take `outSize` as a `*mut size_t` instead of `*mut usize`. - Add `media` bindings - Add `bitmap` and `hardware_buffer` bindings - Add `aaudio` bindings # 0.1.0 (2020-04-22) - Initial release! 🎉