Volodymyr Buberenko
Committed by GitHub

Update CHANGELOG.md

... ... @@ -5,16 +5,12 @@ BREAKING CHANGES:
## 3.5.7
NOTE: This version requires your project to have compileSDK 34 on Android
Improvements:
* Updated js dependency together with other dependencies.
* Reverted compileSdk version to 33 on Android. This update will be released under version 4.0.0.
## 3.5.6
NOTE: This version requires your project to have compileSDK 34 on Android
Bugs fixed:
* [web] Fixed a crash with the ZXing barcode format (thanks @hazzo!)
* [web] Fixed stream controller not being closed on web.
... ... @@ -29,22 +25,16 @@ Improvements:
## 3.5.5
NOTE: This version requires your project to have compileSDK 34 on Android
Bugs fixed:
* Fixed a bug where the scanner would get stuck after denying permissions on Android. (thanks @navaronbracke !)
## 3.5.4
NOTE: This version requires your project to have compileSDK 34 on Android
Bugs fixed:
* Fixed a bug with an implicit conversion to integer for the scan timeout for iOS. (thanks @EArminjon !)
## 3.5.2
NOTE: This version requires your project to have compileSDK 34 on Android
Improvements:
* Updated to `play-services-mlkit-barcode-scanning` version 18.3.0
... ... @@ -57,8 +47,6 @@ Bugs fixed:
## 3.5.1
NOTE: This version requires your project to have compileSDK 34 on Android
Improvements:
* The `type` of an `Address` is now non-null.
* The `type` of an `Email` is now non-null.
... ... @@ -79,7 +67,7 @@ Bugs fixed:
## 3.5.0
NOTE: This version requires your project to have compileSDK 34 on Android
**NOTE: Since this release plugin requires your project to have compileSDK 34 (Android 14)**
New Features:
* Added the option to switch between bundled and unbundled MLKit for Android. (thanks @woolfred !)
... ...