diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6abac..d485792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ * Add `AndroidScanMode` and `reportDelayMillis` to `AndroidOptions` for scanning * Add support for BLE scanning from background services (ForegroundTask) on Android. `PermissionHandler` is now activity-aware and succeeds silently if permissions are already granted when no activity is available * Always use custom scan filter on Windows +* Fix Windows crash by handling WinRT exceptions in BLE callback paths ## 1.1.0 * Add readRssi method