diff options
| author | ruki <[email protected]> | 2019-08-22 23:27:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-08-22 14:45:23 +0800 |
| commit | d8b20ef9dff88d1a322cd207b71a8977518db564 (patch) | |
| tree | 8266337cb938feab46a4bbd80ce8116d8d50c5bd | |
| parent | 2f5eda680a0c7e2bce5e6d88d879ced3ca2e2751 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f2e9f9c1d..084540cd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -624,7 +624,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来构建项目 @@ -633,7 +633,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输出问题 |
