From 1164a3040ced4ab3c996b1357bab3d187bc19c8b Mon Sep 17 00:00:00 2001 From: Oleg Misal Date: Mon, 20 Jul 2020 11:24:53 +0300 Subject: [PATCH] Changlelog updated --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4030dc1845..28974a8adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ * **[Fix]** Fix an `IncorrectContextUseViolation` warning when calculating screen size on Android 11. * **[Fix]** All SQL commands used in SDK are presented as raw strings to avoid any possible static analyzer's SQL injection false alarms. -* **[Fix]** Fix Distribute installation source check which could return the wrong result for several devices. +* **[Fix]** Fix Distribute can't get updates for some devices. ___