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: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changes
2
2
3
+
## 0.2.3
4
+
* Bump `jni-min-helper` to 0.3. Threatened by the UB found in <https://github.com/wuwbobo2021/android-bluetooth-serial-rs/issues/2>.
5
+
*`check_attached_intent()` no longer returns the device if the permission is lost.
6
+
* Added default `serialport` feature which can be turned off (this choice will be removed in 0.3.0, see <https://github.com/kevinmehall/nusb/pull/150>).
7
+
3
8
## 0.2.2
4
9
* Fixed support for newest Android versions: `check_attached_intent()` does not work, `PermissionRequest` never returns the result of being permitted, both are caused by the bad implementation of `PartialEq` for `DeviceInfo`.
5
10
* Added `UsbSerial` trait to prepare for driver implementations of non-CDC serial adapters.
0 commit comments