aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-08-22 23:27:55 +0800
committerruki <waruqi@gmail.com>2019-08-22 14:47:34 +0800
commit9ae103261e4e4f962a4c54f8c23a9294094ebebd (patch)
tree55601221ce69995742cfb92ba0e51ad597fcd0c4
parentd090863ba070ecfc6659f27b1450f7870c8b9c01 (diff)
downloadxmake-docs-9ae103261e4e4f962a4c54f8c23a9294094ebebd.tar.gz
xmake-docs-9ae103261e4e4f962a4c54f8c23a9294094ebebd.zip
update changelog
-rw-r--r--zh-cn/about/changelog.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/zh-cn/about/changelog.md b/zh-cn/about/changelog.md
index 9cc71ff3..74a6a51e 100644
--- a/zh-cn/about/changelog.md
+++ b/zh-cn/about/changelog.md
@@ -5,7 +5,7 @@
* 添加protobuf c/c++构建规则
* [#468](https://github.com/xmake-io/xmake/pull/468): 添加对 Windows 的 UTF-8 支持
-* [#472](https://github.com/xmake-io/xmake/pull/472): 添加`xmake project -k vsxmake201x`去更好的支持vs工程的生成,内部直接调用xmake来编译
+* [#472](https://github.com/xmake-io/xmake/pull/472): 添加`xmake project -k vsxmake`去更好的支持vs工程的生成,内部直接调用xmake来编译
* [#487](https://github.com/xmake-io/xmake/issues/487): 通过`xmake --files="src/*.c"`支持指定一批文件进行编译。
* 针对io模块增加文件锁接口
* [#513](https://github.com/xmake-io/xmake/issues/513): 增加对android/termux终端的支持,可在android设备上执行xmake来构建项目
@@ -14,7 +14,7 @@
### 改进
-* [#257](https://github.com/xmake-io/xmake/issues/257): 锁定当前正在构建的工程,避免其他xmake进度同时对其操作
+* [#257](https://github.com/xmake-io/xmake/issues/257): 锁定当前正在构建的工程,避免其他xmake进程同时对其操作
* 尝试采用/dev/shm作为os.tmpdir去改善构建过程中临时文件的读写效率
* [#542](https://github.com/xmake-io/xmake/pull/542): 改进vs系列工具链的unicode输出问题