diff --git a/CHANGELOG.md b/CHANGELOG.md index f7eaa09..53e7719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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