Navaron Bracke

add changelog entry for corners

@@ -9,6 +9,7 @@ Improvements: @@ -9,6 +9,7 @@ Improvements:
9 * The `type` of `Phone` is now non-null. 9 * The `type` of `Phone` is now non-null.
10 * The `width` and `height` of `BarcodeCapture` are now non-null. 10 * The `width` and `height` of `BarcodeCapture` are now non-null.
11 * The `BarcodeCapture` class now exposes a `size`. 11 * The `BarcodeCapture` class now exposes a `size`.
  12 +* The list of `corners` of a `Barcode` is now non-null.
12 13
13 ## 3.5.0 14 ## 3.5.0
14 New Features: 15 New Features:
@@ -26,6 +27,9 @@ Bugs fixed: @@ -26,6 +27,9 @@ Bugs fixed:
26 * Fixed scan timeout not working on iOS. (thanks @navaronbracke !) 27 * Fixed scan timeout not working on iOS. (thanks @navaronbracke !)
27 * Fixed a crash on iOS when the device is nil. (thanks @navaronbracke !) 28 * Fixed a crash on iOS when the device is nil. (thanks @navaronbracke !)
28 * Fixed a case of an unhandled exception when starting the scanner. (thanks @navaronbracke !) 29 * Fixed a case of an unhandled exception when starting the scanner. (thanks @navaronbracke !)
  30 +* Fixed the default values for the `format` and `type` arguments of the Barcode constructor.
  31 + These now use `BarcodeFormat.unknown` and `BarcodeType.unknown`, rather than `BarcodeFormat.ean13` and `BarcodeType.text`.
  32 + (thanks @navaronbracke !)
29 33
30 Improvements: 34 Improvements:
31 * Improved MacOS memory footprint by using a background queue. (thanks @ryanduffyne !) 35 * Improved MacOS memory footprint by using a background queue. (thanks @ryanduffyne !)