From 4b62df5d45bfb6fbc26d3485923abece6bf54d91 Mon Sep 17 00:00:00 2001 From: Javokhir Date: Tue, 9 Apr 2024 15:39:56 +0500 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f3e6ef..ff87b1a 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; -- GitLab