You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ndk/CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@
13
13
- native_activity: Add `set_window_flags()` to change window behavior. (#278)
14
14
- Add `SurfaceTexture` bindings. (#267)
15
15
- Improve library and structure documentation, linking back to the NDK docs more rigorously. (#290)
16
-
-**Breaking:** input_queue: `InputQueue::{get_event,has_events}()` now return a `Result` with `std::io::Error`; `InputQueueError` has been removed. (#292)
16
+
-**Breaking:** input_queue: `get_event()` now returns a `Result` with `std::io::Error`; `InputQueueError` has been removed. (#292)
17
+
-**Breaking:** input_queue: `has_events()` now returns a `bool` directly without being wrapped in `Result`. (#294)
17
18
-**Breaking:** Update `jni` crate (used in public API) from `0.18` to `0.19`. (#300)
0 commit comments