diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ab06614d..2de00cacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ * Improve `add_requires("zlib~xxx")` to support for installing multi-packages at same time * [#977](https://github.com/xmake-io/xmake/issues/977): Improve find_mingw for windows * [#978](https://github.com/xmake-io/xmake/issues/978): Improve toolchain flags order +* Improve Xcode toolchain to support for macOS/arm64 ### Bugs fixed @@ -855,6 +856,7 @@ * 增加 `add_requires("zlib~xxx")` 模式使得能够支持同时安装带有多种配置的同一个包,作为独立包存在 * [#977](https://github.com/xmake-io/xmake/issues/977): 改进 find_mingw 在 windows 上的探测 * [#978](https://github.com/xmake-io/xmake/issues/978): 改进工具链的flags顺序 +* 改进XCode工具链,支持macOS/arm64 ### Bugs修复 |
