From c683c093774fcc3a8ef5986980dab856fa25df07 Mon Sep 17 00:00:00 2001 From: Foti Dim Date: Wed, 11 Feb 2026 18:46:07 +0100 Subject: [PATCH] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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