summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-05-29 22:41:12 +0800
committerruki <[email protected]>2018-05-29 10:07:17 +0800
commit0ed12c29b1fb3d5a5369475d8ef8b7d86e7c0be4 (patch)
tree1b5548ccd593fd02e24c4cb8efc8ec82a736068c
parent0057696fed114779e13a2cc349194ec1c4451017 (diff)
modify changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 862638d1b..0ef2a2031 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,9 +9,10 @@
* Add builtin rules: `mode:debug`, `mode:release`, `mode:profile` and `mode:check`
* Add `is_mode`, `is_arch` and `is_plat` builtin apis in the custom scripts
* Add color256 codes
-* [#160](https://github.com/tboox/xmake/issues/160): Add Qt compilation environment support and add `qt.console`, `qt.application` rules
+* [#160](https://github.com/tboox/xmake/issues/160): Support Qt compilation environment and add `qt.console`, `qt.application` rules
* Add some Qt project templates
* [#169](https://github.com/tboox/xmake/issues/169): Support yasm for linux, macosx and windows
+* [#159](https://github.com/tboox/xmake/issues/159): Support WDK driver compilation environment
### Changes
@@ -464,6 +465,7 @@
* [#160](https://github.com/tboox/xmake/issues/160): 增加对Qt SDK编译环境的跨平台支持,并且增加`qt.console`, `qt.application`等规则
* 添加一些Qt工程模板
* [#169](https://github.com/tboox/xmake/issues/169): 支持yasm汇编器
+* [#159](https://github.com/tboox/xmake/issues/159): 增加对WDK驱动编译环境支持
### 改进