diff options
| author | ruki <[email protected]> | 2019-09-20 00:44:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-19 22:28:47 +0800 |
| commit | e9ecfb089a3c4b358fb57ce3a6daece57cd5a388 (patch) | |
| tree | 80935b36733fdaba6853b01c39b9bebbf448647c | |
| parent | ae3c1faf5c6229886f7e4ee32a5325f993d5a164 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 56f891e9a..ce350566c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * [#563](https://github.com/xmake-io/xmake/pull/563): Separate build rules for specific language files from action/build * [#570](https://github.com/xmake-io/xmake/issues/570): Add `qt.widgetapp` and `qt.quickapp` rules * [#576](https://github.com/xmake-io/xmake/issues/576): Uses `set_toolchain` instead of `add_tools` and `set_tools` +* Improve `xmake create` action ### Bugs fixed @@ -652,6 +653,7 @@ * [#563](https://github.com/xmake-io/xmake/pull/563): 重构构建逻辑,将特定语言的构建抽离到独立的rules中去 * [#570](https://github.com/xmake-io/xmake/issues/570): 改进Qt构建,将`qt.application`拆分成`qt.widgetapp`和`qt.quickapp`两个构建规则 * [#576](https://github.com/xmake-io/xmake/issues/576): 使用`set_toolchain`替代`add_tools`和`set_tools`,解决老接口使用歧义,提供更加易理解的设置方式 +* 改进`xmake create`创建模板工程 ### Bugs修复 |
