Julian Steenbakker

doc: add changelog entries

  1 +## NEXT
  2 +Improvements:
  3 +* Fixed stream controller not being closed on web.
  4 +* Upgrade camera dependencies on Android.
  5 +* Check if torch mode is supported on iOS
  6 +* Upgrade compileSdk version to 34 on Android.
  7 +* Add nrOfCameras parameter in MobileScannerArguments callback, which shows how many cameras there are available on Android.
  8 +* [Android] Migrated to ResolutionSelector with ResolutionStrategy. You can opt in into the new selector by setting [useNewCameraSelector] in the [MobileScannerController] to true.
  9 +* [iOS] Added new CameraSelector
  10 +
  11 +
1 ## 3.5.5 12 ## 3.5.5
2 Bugs fixed: 13 Bugs fixed:
3 * Fixed a bug where the scanner would get stuck after denying permissions on Android. (thanks @navaronbracke !) 14 * Fixed a bug where the scanner would get stuck after denying permissions on Android. (thanks @navaronbracke !)