From 36b9f6b52244e69d6b2e743c3c354937bc6653b3 Mon Sep 17 00:00:00 2001 From: Navaron Bracke Date: Mon, 23 Oct 2023 22:42:37 +0200 Subject: [PATCH] add note about change to internal API --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c7b75d62..09eafe288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Improvements: * The `width` and `height` of `BarcodeCapture` are now non-null. * The `BarcodeCapture` class now exposes a `size`. * The list of `corners` of a `Barcode` is now non-null. +* The internal `fromNative()` methods now accept a `Map` instead of `Map`. ## 3.5.0 New Features: