summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-05-09 22:56:28 +0800
committerruki <[email protected]>2019-05-09 11:38:52 +0800
commit4e43ba19c75172999753a4bcb0f41d30611bf67e (patch)
treee54fba07603e1eac61764e470cf04f55fae578e7
parent29402afc13dc1678661a4ce35efb657eb138dc77 (diff)
modify changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6479a7631..d675a6539 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,7 @@
* [#380](https://github.com/xmake-io/xmake/pull/380): Add support to export compile_flags.txt
* [#382](https://github.com/xmake-io/xmake/issues/382): Simplify simple scope settings
* [#397](https://github.com/xmake-io/xmake/issues/397): Add clib package manager support
-* [#404](https://github.com/xmake-io/xmake/issues/404): Support Qt for android
+* [#404](https://github.com/xmake-io/xmake/issues/404): Support Qt for android and deploy android apk
### Changes
@@ -582,7 +582,7 @@
* [#380](https://github.com/xmake-io/xmake/pull/380): 添加导出compile_flags.txt
* [#382](https://github.com/xmake-io/xmake/issues/382): 简化域设置语法
* [#397](https://github.com/xmake-io/xmake/issues/397): 添加clib包集成支持
-* [#404](https://github.com/xmake-io/xmake/issues/404): 增加Qt/Android编译支持
+* [#404](https://github.com/xmake-io/xmake/issues/404): 增加Qt/Android编译支持,并且支持android apk生成和部署
### 改进