Volodymyr Buberenko
Committed by GitHub

Update CHANGELOG.md

@@ -5,16 +5,12 @@ BREAKING CHANGES: @@ -5,16 +5,12 @@ BREAKING CHANGES:
5 5
6 ## 3.5.7 6 ## 3.5.7
7 7
8 -NOTE: This version requires your project to have compileSDK 34 on Android  
9 -  
10 Improvements: 8 Improvements:
11 * Updated js dependency together with other dependencies. 9 * Updated js dependency together with other dependencies.
12 * Reverted compileSdk version to 33 on Android. This update will be released under version 4.0.0. 10 * Reverted compileSdk version to 33 on Android. This update will be released under version 4.0.0.
13 11
14 ## 3.5.6 12 ## 3.5.6
15 13
16 -NOTE: This version requires your project to have compileSDK 34 on Android  
17 -  
18 Bugs fixed: 14 Bugs fixed:
19 * [web] Fixed a crash with the ZXing barcode format (thanks @hazzo!) 15 * [web] Fixed a crash with the ZXing barcode format (thanks @hazzo!)
20 * [web] Fixed stream controller not being closed on web. 16 * [web] Fixed stream controller not being closed on web.
@@ -29,22 +25,16 @@ Improvements: @@ -29,22 +25,16 @@ Improvements:
29 25
30 ## 3.5.5 26 ## 3.5.5
31 27
32 -NOTE: This version requires your project to have compileSDK 34 on Android  
33 -  
34 Bugs fixed: 28 Bugs fixed:
35 * Fixed a bug where the scanner would get stuck after denying permissions on Android. (thanks @navaronbracke !) 29 * Fixed a bug where the scanner would get stuck after denying permissions on Android. (thanks @navaronbracke !)
36 30
37 ## 3.5.4 31 ## 3.5.4
38 32
39 -NOTE: This version requires your project to have compileSDK 34 on Android  
40 -  
41 Bugs fixed: 33 Bugs fixed:
42 * Fixed a bug with an implicit conversion to integer for the scan timeout for iOS. (thanks @EArminjon !) 34 * Fixed a bug with an implicit conversion to integer for the scan timeout for iOS. (thanks @EArminjon !)
43 35
44 ## 3.5.2 36 ## 3.5.2
45 37
46 -NOTE: This version requires your project to have compileSDK 34 on Android  
47 -  
48 Improvements: 38 Improvements:
49 * Updated to `play-services-mlkit-barcode-scanning` version 18.3.0 39 * Updated to `play-services-mlkit-barcode-scanning` version 18.3.0
50 40
@@ -57,8 +47,6 @@ Bugs fixed: @@ -57,8 +47,6 @@ Bugs fixed:
57 47
58 ## 3.5.1 48 ## 3.5.1
59 49
60 -NOTE: This version requires your project to have compileSDK 34 on Android  
61 -  
62 Improvements: 50 Improvements:
63 * The `type` of an `Address` is now non-null. 51 * The `type` of an `Address` is now non-null.
64 * The `type` of an `Email` is now non-null. 52 * The `type` of an `Email` is now non-null.
@@ -79,7 +67,7 @@ Bugs fixed: @@ -79,7 +67,7 @@ Bugs fixed:
79 67
80 ## 3.5.0 68 ## 3.5.0
81 69
82 -NOTE: This version requires your project to have compileSDK 34 on Android 70 +**NOTE: Since this release plugin requires your project to have compileSDK 34 (Android 14)**
83 71
84 New Features: 72 New Features:
85 * Added the option to switch between bundled and unbundled MLKit for Android. (thanks @woolfred !) 73 * Added the option to switch between bundled and unbundled MLKit for Android. (thanks @woolfred !)