diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3e6ef8ee485cc2b178d4081d30c02f7791c29e..ff87b1a824e12fd0f1d3c2610d86c74a0afc570f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [2.3.0] - 9 Apr, 2024 + +- 🔨 Resolved CameraX Preview black screen: Addressed an issue causing the CameraX preview to display a black screen on specific devices. + ## [2.2.8] - 1 Feb, 2024 - 🔗💥 Breaking change: now in order to retrieve the bitmap, user should call `getGraphicFieldImageByType` method on result object, instead of retrieving the `bitmap` field. This solves the bug with OutOfMemory exceptions on some devices;