Navaron Bracke

add changelog entry for threading fix

@@ -15,6 +15,7 @@ Bugs fixed: @@ -15,6 +15,7 @@ Bugs fixed:
15 * Fixed the default values for the `format` and `type` arguments of the Barcode constructor. 15 * Fixed the default values for the `format` and `type` arguments of the Barcode constructor.
16 These now use `BarcodeFormat.unknown` and `BarcodeType.unknown`, rather than `BarcodeFormat.ean13` and `BarcodeType.text`. 16 These now use `BarcodeFormat.unknown` and `BarcodeType.unknown`, rather than `BarcodeFormat.ean13` and `BarcodeType.text`.
17 (thanks @navaronbracke !) 17 (thanks @navaronbracke !)
  18 +* Fixed messages not being sent on the main thread for Android, iOS and MacOS. (thanks @navaronbracke !)
18 19
19 ## 3.5.0 20 ## 3.5.0
20 New Features: 21 New Features: