From 1ff39651e0b0b924fae34e67fd2cc6e23694e269 Mon Sep 17 00:00:00 2001 From: Sergei Lavinov Date: Tue, 27 Sep 2022 13:46:22 +0200 Subject: [PATCH] Update changelog --- permission_handler_apple/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/permission_handler_apple/CHANGELOG.md b/permission_handler_apple/CHANGELOG.md index 3ceb4430..c68e01bb 100644 --- a/permission_handler_apple/CHANGELOG.md +++ b/permission_handler_apple/CHANGELOG.md @@ -1,3 +1,7 @@ +## UNRELEASED + +* Prevent appearing popup that asks to turn on Bluetooth on iOS + ## 9.0.4 * Add flag inside `UserDefaults` to save whether locationAlways has already been requested and prevent further requests, which would be left unanswered by the system.