From 897c5ab091733ff963fab2e1f2ce30687cd6d44c Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 27 Jan 2025 22:42:33 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccafe2cf1f..8a7a525ec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ * [#6056](https://github.com/xmake-io/xmake/pull/6056): Build and release xmake/arm64 on windows. * [#6097](https://github.com/xmake-io/xmake/pull/6097): Add qt_host Option to Enable Cross-Platform Qt Builds Using Host SDK Tools +* [#6120](https://github.com/xmake-io/xmake/issues/6120): Add custom preprocessor for configfiles +* [#6088](https://github.com/xmake-io/xmake/issues/6088): Improve configfiles to generate export macro ### Bugs fixed @@ -1960,6 +1962,8 @@ * [#6056](https://github.com/xmake-io/xmake/pull/6056): 添加 CI 去构建发布 windows arm64 版本。 * [#6097](https://github.com/xmake-io/xmake/pull/6097): 添加 qt_host 支持交叉编译 Qt 项目 +* [#6120](https://github.com/xmake-io/xmake/issues/6120): 改进 configfiles 添加自定义预处理支持 +* [#6088](https://github.com/xmake-io/xmake/issues/6088): 改进 configfiles 去生成导出宏 ### Bugs 修复