diff options
| author | ruki <[email protected]> | 2019-07-25 22:34:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-07-25 09:25:17 +0800 |
| commit | 2c228bc60488b915dd6b876a9e139ef0e89ef9ed (patch) | |
| tree | 905b951c5390e45f899a042f195c35f3712b3fe3 | |
| parent | 9a8be815e4285b6c3709bb2159e028d000ef0552 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 268d12e01..8d51c7524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,10 @@ ### New features * Add protobuf c/c++ rules -* [#468](https://github.com/xmake-io/xmake/pull/468): Add utf-8 support for windows +* [#468](https://github.com/xmake-io/xmake/pull/468): Add utf-8 support for io module on windows * [#472](https://github.com/xmake-io/xmake/pull/472): Add `xmake project -k vsxmake201x` plugin to support call xmake from vs/msbuild * [#487](https://github.com/xmake-io/xmake/issues/487): Support to build the selected files for the given target +* Add filelock for io ## v2.2.7 @@ -616,6 +617,7 @@ * [#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来编译 * [#487](https://github.com/xmake-io/xmake/issues/487): 通过`xmake --files="src/*.c"`支持指定一批文件进行编译。 +* 针对io模块增加文件锁接口 ## v2.2.7 |
