summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-15 16:14:18 +0800
committerruki <[email protected]>2022-05-15 16:14:18 +0800
commitbf373547f2361b71bba2e90404ce8d0ac3eb4c2c (patch)
treebc991817a9d1c679dd7484f9773aa951e112afe1
parent7cf0541b3f2e47592401cf3222ff0f4e3b8cba0f (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81abd1a06..66d8159dc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
* Add path instance interfaces
* [#2334](https://github.com/xmake-io/xmake/pull/2334): Add lz4 compress module
* [#2349](https://github.com/xmake-io/xmake/pull/2349): Add keil/c51 project support
+* [#274](https://github.com/xmake-io/xmake/issues/274): Distributed compilation support
### Changes
@@ -1268,6 +1269,7 @@
* 添加 path 实例接口
* [#2334](https://github.com/xmake-io/xmake/pull/2334): 添加 lz4 压缩模块
* [#2349](https://github.com/xmake-io/xmake/pull/2349): 添加 keil/c51 工程支持
+* [#274](https://github.com/xmake-io/xmake/issues/274): 跨平台分布式编译支持
### 改进