diff options
| author | ruki <[email protected]> | 2017-03-02 11:10:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-02 11:11:00 +0800 |
| commit | 1938abbcc35d6faa6d04ee0bf2ab99fbe8bbcd50 (patch) | |
| tree | 8ef9720b3801759f72e4fe845e44cd5da31dd430 | |
| parent | 121b4e60a48401c58782524a2e31ec574c2b2592 (diff) | |
modify changelogs
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0935e0dc3..554d7a1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ * Rewrite [documents](http://www.xmake.io/#/home/) using [docute](https://github.com/egoist/docute) * Improve `os.run`, `os.exec`, `os.cp`, `os.mv` and `os.rm` interfaces and support wildcard pattern * Optimize the output info and add `-q|--quiet` option +* Improve makefile generator, uses $(XX) variables for tools and flags ### Bugs fixed @@ -225,6 +226,7 @@ * 使用[docute](https://github.com/egoist/docute)重写[文档](http://www.xmake.io/#/zh/),提供更加完善的文档支持 * 增强`os.run`, `os.exec`, `os.cp`, `os.mv` 和 `os.rm` 等接口,支持通配符模式匹配和批量文件操作 * 精简和优化构建输出信息,添加`-q|--quiet`选项实现静默构建 +* 改进`makefile`生成插件,抽取编译工具和编译选项到全局变量 ### Bugs修复 |
