From c8cc8f473ff4be6a5221365e6a92622865da24e6 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Thu, 2 Feb 2023 21:49:03 +0100 Subject: [PATCH] log the unreleased changes --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da9590a8..e2d0a975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,17 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Whitelist Android as a target platform +- Whitelist Android as a target platform. +- Introduce Android support. ### Fixed -- Fixed Android build issues caused by the log module +- Fix Android build issues caused by the log module. ### Changed +- SGConnect and SGCore libraries have been updated to v2.1.0-9080621. + ### Removed -- Remove the enum utils class due to ANY_PACKAGE deprecation warnings in Unreal Engine 5.1 +- Removed the enum utils class due to ANY_PACKAGE deprecation warnings in Unreal Engine 5.1. +- Support for older versions of the Engine (namely, 4.22, 4.23, 4.24, 4.25, and 4.26) has been dropped. ## [1.0.4] - 2022-12-02