summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-11-10 22:03:35 +0800
committerruki <[email protected]>2018-11-10 22:03:35 +0800
commit0bd6fcab07f40bf9c0f4d14d1e761de9fdde6b29 (patch)
tree1552ceb0d9865df6ff5bf936b2fb2d499c1470d1
parent01cdcbbcf2ccd04faedab1848788c2aa4b290abf (diff)
modify changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66489da69..d2861c0d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
* [#239](https://github.com/tboox/xmake/issues/239): Add cparser compiler support
* Add plugin manager `xmake plugin --help`
* Add `add_syslinks` api to add system libraries dependence
+* Add `xmake l time xmake [--rebuild]` to record compilation time
### Changes
@@ -509,6 +510,7 @@
* [#239](https://github.com/tboox/xmake/issues/239): 添加cparser编译器支持
* 添加插件管理器,`xmake plugin --help`
* 添加`add_syslinks`接口去设置系统库依赖,分离与`add_links`添加的库依赖之间的链接顺序
+* 添加 `xmake l time xmake [--rebuild]` 去记录编译耗时
### 改进