diff options
| author | ruki <[email protected]> | 2019-07-26 22:35:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-07-26 09:30:55 +0800 |
| commit | 638766d05d89c7a447f2b9df0b3310afb08fbfb7 (patch) | |
| tree | af02784ee66d3a2166c24e705e751d7d8713687b | |
| parent | 19755499217acfae7b4ba88a38442d565d3a0bad (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d51c7524..65c963613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ * [#487](https://github.com/xmake-io/xmake/issues/487): Support to build the selected files for the given target * Add filelock for io +### Changes + +* [#257](https://github.com/xmake-io/xmake/issues/257): Lock the whole project to avoid other process to access. + ## v2.2.7 ### New features @@ -619,6 +623,10 @@ * [#487](https://github.com/xmake-io/xmake/issues/487): 通过`xmake --files="src/*.c"`支持指定一批文件进行编译。 * 针对io模块增加文件锁接口 +### 改进 + +* [#257](https://github.com/xmake-io/xmake/issues/257): 锁定当前正在构建的工程,避免其他xmake进度同时对其操作 + ## v2.2.7 ### 新特性 |
