summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-08-21 00:17:03 +0800
committerruki <[email protected]>2022-08-21 00:17:03 +0800
commitab5072ee164c4fdf47af97d0b700879f47372793 (patch)
treeea86076673b1c59d3c68ead588ba37ee57b9ef4c
parent59e72560ef83c32ee6b04b23258de166d01f371c (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08b05349c..6f0143dbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* [#2555](https://github.com/xmake-io/xmake/issues/2555): Add fwatcher module and `xmake watch` plugin command
* Add `xmake service --pull 'build/**' outputdir` to pull the given files in remote server
* [#2641](https://github.com/xmake-io/xmake/pull/2641): Improve C++20 modules, support headerunits and project generators
+* [#2679](https://github.com/xmake-io/xmake/issues/2679): Support Mac Catalyst
### Changes
@@ -1366,6 +1367,7 @@
* [#2555](https://github.com/xmake-io/xmake/issues/2555): 添加 fwatcher 模块和 `xmake watch` 插件命令
* 添加 `xmake service --pull 'build/**' outputdir` 命令去拉取远程构建服务器上的文件
* [#2641](https://github.com/xmake-io/xmake/pull/2641): 改进 C++20 模块, 支持 headerunits 和 project 生成
+* [#2679](https://github.com/xmake-io/xmake/issues/2679): 支持 Mac Catalyst 构建
### 改进