summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-07-08 23:18:41 +0800
committerruki <[email protected]>2024-07-08 23:18:41 +0800
commit695b6728210692855a7b5cdeb666a926dac175d7 (patch)
tree0cf30cc1b41130383f30d1a932c6d202c35177ec
parent34d02dc6438f438e2cb89e9f703a6323c18e6761 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d0f6e68d..afb318827 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#5278](https://github.com/xmake-io/xmake/issues/5278): Add `build.intermediate_directory` policy to disable and custom intermediate directory
+* [#5313](https://github.com/xmake-io/xmake/issues/5313): Add windows arm/arm64ec support
### Changes
@@ -1849,6 +1850,7 @@
### 新特性
* [#5278](https://github.com/xmake-io/xmake/issues/5278): 添加 `build.intermediate_directory` 策略去禁用中间目录生成
+* [#5313](https://github.com/xmake-io/xmake/issues/5313): 添加 windows arm/arm64ec 支持
### 改进