p-mazhnik

chore(ios): update changelog

@@ -21,6 +21,7 @@ Features: @@ -21,6 +21,7 @@ Features:
21 * Added a new `placeholderBuilder` function to the `MobileScanner` widget to customize the preview placeholder. 21 * Added a new `placeholderBuilder` function to the `MobileScanner` widget to customize the preview placeholder.
22 * Added `autoStart` parameter to MobileScannerController(). If set to false, controller won't start automatically. 22 * Added `autoStart` parameter to MobileScannerController(). If set to false, controller won't start automatically.
23 * Added `hasTorch` function on MobileScannerController(). After starting the controller, you can check if the device has a torch. 23 * Added `hasTorch` function on MobileScannerController(). After starting the controller, you can check if the device has a torch.
  24 +* [iOS] Support `torchEnabled` parameter from MobileScannerController() on iOS
24 25
25 Fixes: 26 Fixes:
26 * Fixes the missing gradle setup for the Android project, which prevented gradle sync from working. 27 * Fixes the missing gradle setup for the Android project, which prevented gradle sync from working.
@@ -31,6 +32,7 @@ Fixes: @@ -31,6 +32,7 @@ Fixes:
31 * Fixes the `MobileScanner` preview depending on all attributes of `MediaQueryData`. 32 * Fixes the `MobileScanner` preview depending on all attributes of `MediaQueryData`.
32 Now it only depends on its layout constraints. 33 Now it only depends on its layout constraints.
33 * Fixed a potential crash when the scanner is restarted due to the app being resumed. 34 * Fixed a potential crash when the scanner is restarted due to the app being resumed.
  35 +* [iOS] Fix crash when changing torch state
34 36
35 ## 3.0.0-beta.2 37 ## 3.0.0-beta.2
36 Breaking changes: 38 Breaking changes: