diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ff31e81..da9590a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- Whitelist Android as a target platform + +### Fixed + +- Fixed Android build issues caused by the log module + +### Changed + +### Removed + +- Remove the enum utils class due to ANY_PACKAGE deprecation warnings in Unreal Engine 5.1 + ## [1.0.4] - 2022-12-02 This is a minor release focusing mostly on adherence to the Unreal Engine Marketplace Guidelines based on the feedback from Epic Games.