diff --git a/CHANGELOG.md b/CHANGELOG.md index 6efcdc59d6..fe416ee8db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ * [#6054](https://github.com/xmake-io/xmake/issues/6054): Add xmake bundle for linux * [#6071](https://github.com/xmake-io/xmake/issues/6071): Improve to download package for git url, support for sparse-checkout +### Changes + +* [#6056](https://github.com/xmake-io/xmake/pull/6056): Build and release xmake/arm64 on windows. + ### Bugs fixed * [#272](https://github.com/tboox/tbox/issues/272): Fix xmake stuck when readfile always return zero for msvc + /O1 @@ -1944,6 +1948,10 @@ * [#6054](https://github.com/xmake-io/xmake/issues/6054): 为 linux 添加 xmake bundle 包 * [#6071](https://github.com/xmake-io/xmake/issues/6071): 改进 git 包下载,支持仅仅 clone 指定子目录 +### 改进 + +* [#6056](https://github.com/xmake-io/xmake/pull/6056): 添加 CI 去构建发布 windows arm64 版本。 + ### Bugs 修复 * [#272](https://github.com/tboox/tbox/issues/272): 修复 msvc + /O1 时候,错误的编译器优化导致 xmake 加载卡住