Update Changelog

This commit is contained in:
Rohit Sangwan
2024-12-05 13:34:30 +05:30
parent 19b8167954
commit c08606cb6d
+3 -1
View File
@@ -3,7 +3,9 @@
* Add `bleDevice.rawName`
* Bump flutter_web_bluetooth to 1.0.0
* Improve Apple CBCentralManager lazy initialization on `startScan`
* Throw error on Apple if bluetooth permission denied on `startScan`
* Throw error on Apple if Bluetooth permission denied on `startScan`
* Fix Android error `scan too frequently` and auto retry scan once sufficient time has passed
* Android (< 11): Fix duplicate `onValueChanged` events
## 0.13.0
* BREAKING CHANGE: `scanFilter` filters are now in OR relation