summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-04-01 14:04:27 +0800
committerruki <[email protected]>2017-04-01 14:04:27 +0800
commit9ddb1d298ddaf90c0f2d759c93f02890d1128fb4 (patch)
treef9e1b15e1c4e986c735db255421a0c2785d89f0d
parent16b5b77af09b348398fe46b2dcde0b5c0574abb5 (diff)
modify changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6557a9c59..ab0a14cf9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#65](https://github.com/tboox/xmake/pull/65): Add `set_default` api for target to modify default build and install behavior
+* Allows to run `xmake` command in project subdirectories, it will find the project root directory automatically
### Changes
@@ -245,6 +246,7 @@
### 新特性
* [#65](https://github.com/tboox/xmake/pull/65): 为target添加`set_default`接口用于修改默认的构建所有targets行为
+* 允许在工程子目录执行`xmake`命令进行构建,xmake会自动检测所在的工程根目录
### 改进