Navaron Bracke

move changelog note to breaking changes section

1 ## NEXT 1 ## NEXT
  2 +Breaking changes:
  3 +* The internal `fromNative()` methods now accept a `Map<Object?, Object?>` instead of `Map<dynamic, dynamic>`.
  4 +
2 Improvements: 5 Improvements:
3 * The `type` of an `Address` is now non-null. 6 * The `type` of an `Address` is now non-null.
4 * The `type` of an `Email` is now non-null. 7 * The `type` of an `Email` is now non-null.
@@ -10,7 +13,6 @@ Improvements: @@ -10,7 +13,6 @@ Improvements:
10 * The `width` and `height` of `BarcodeCapture` are now non-null. 13 * The `width` and `height` of `BarcodeCapture` are now non-null.
11 * The `BarcodeCapture` class now exposes a `size`. 14 * The `BarcodeCapture` class now exposes a `size`.
12 * The list of `corners` of a `Barcode` is now non-null. 15 * The list of `corners` of a `Barcode` is now non-null.
13 -* The internal `fromNative()` methods now accept a `Map<Object?, Object?>` instead of `Map<dynamic, dynamic>`.  
14 16
15 Bugs fixed: 17 Bugs fixed:
16 * Fixed the default values for the `format` and `type` arguments of the Barcode constructor. 18 * Fixed the default values for the `format` and `type` arguments of the Barcode constructor.