summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-03-31 14:16:57 +0800
committerruki <[email protected]>2017-03-31 14:16:57 +0800
commit6e6a50d05f428e408af6f9dd9a80d99b8e8e7e0e (patch)
tree0890c793fe055fe501bced24e1850d9fe010ede7
parentda740edbeca1c0beef66a147a21311a2f5adb734 (diff)
modify changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f91f76c30..3f06cff53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@
* Provide `rpm`, `deb` and `osxpkg` install package
* [#63](https://github.com/tboox/xmake/pull/63): More safer build and install xmake
* [#61](https://github.com/tboox/xmake/pull/61): Check run command as root
+* Improve check toolchains and implement delay checking
## Bugs fixed
@@ -240,6 +241,7 @@
* 提供`rpm`, `deb`和`osxpkg`安装包
* [#63](https://github.com/tboox/xmake/pull/63): 改进安装脚本,实现更加安全的构建和安装xmake
* [#61](https://github.com/tboox/xmake/pull/61): 禁止在root权限下运行xmake命令,增强安全性
+* 改进工具链检测,通过延迟延迟检测提升整体检测效率
### Bugs修复