diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
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会自动检测所在的工程根目录 ### 改进 |
