From 2b013275557d9cb3f1ee2114350ae99bf242c080 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Mon, 13 Mar 2023 11:22:48 +0100 Subject: [PATCH] clarify android on 5.2 is not supported, yet --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c79ea411..8d278af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ This release is breaking ABI/API compatibility with the previous versions. - Add an internal SenseGloveCoreTypes module in order to share common SenseGloveCore types between various modules. - Segregated Android binaries for NDK r21e (UE 4.27 and 5.0) and r25b (UE 5.1, 5.2). - Fully functional and stable Linux development support. -- Fully functional and stable Unreal Engine 5.2 preview support has been added. +- Fully functional and stable Unreal Engine 5.2 preview support (except Android) has been added. ### Changed