summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-21 21:03:35 +0800
committerruki <[email protected]>2017-05-21 21:03:44 +0800
commitb173fc383b9b1e80f0cbd2229d7b6d46ff75f0b6 (patch)
tree7a25d88a9ff8d4eb95b8c1e6c70c3215577f5f41
parent57a8a73b96549260dd76109a77f0f0f6bb704de8 (diff)
modify CHANGELOG
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2bc4fc5a6..b8afb7123 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
* [#93](https://github.com/tboox/xmake/pull/93): Improve `xmake lua` to run a single line command
* Improve to print gcc error and warning info
* Improve `print` interface to dump table
+* [#111](https://github.com/tboox/xmake/issues/111): Add `--root` common option to allow run xmake command as root
### Bugs fixed
@@ -305,6 +306,7 @@
* [#93](https://github.com/tboox/xmake/pull/93): 改进 `xmake lua`,支持运行单行命令和模块
* 改进编译错误提示信息输出
* 改进`print`接口去更好些显示table数据
+* [#111](https://github.com/tboox/xmake/issues/111): 添加`--root`通用选项去临时支持作为root运行
### Bugs修复