From c08606cb6d3a8c1370079a8a5481148fa96b6b46 Mon Sep 17 00:00:00 2001 From: Rohit Sangwan Date: Thu, 5 Dec 2024 13:34:30 +0530 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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