From 6b25f513e17ac7f692bf8c8cce4b05f163521bf3 Mon Sep 17 00:00:00 2001 From: halx99 Date: Fri, 24 May 2024 04:25:02 +0800 Subject: [PATCH] Update ChangeLog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb169aefb01..00958a5c69d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ - Fix memory corruption bug and resulting crash in the TextFieldTTF by @TyelorD in https://github.com/axmolengine/axmol/pull/1890 - Fix shaders not copying to final build on macOS for non Xcode builds by @smilediver in https://github.com/axmolengine/axmol/pull/1908 - Fix system font blurring by in @DelinWorks in https://github.com/axmolengine/axmol/pull/1907 +- Fix android ImGui crash due to invalid pointer by @rh101 in https://github.com/axmolengine/axmol/pull/1920 ### Improvements @@ -104,6 +105,9 @@ - Add macOS, Linux support for `tools/ci/genbindings.ps1` - Fix `axmol` cmdline not raise error when cmake build fail - Migrate wasm ci from appveyor to github actions +- Set AX_USE_METAL and AX_USE_GL to 1 if defined by @smilediver in https://github.com/axmolengine/axmol/pull/1916 +- Update the CMake minimum version requirement to 3.23.0+ by @rh101 in https://github.com/axmolengine/axmol/pull/1918 +- Add x86_64 to example list of possible target architectures for android by @rh101 in https://github.com/axmolengine/axmol/pull/1919 ### sdks & tools updates