summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-23 22:51:22 +0800
committerruki <[email protected]>2020-04-23 11:08:15 +0800
commit75fa723391e9fb1006414905b9885274e8e3ee51 (patch)
treed9991b1dad7cb8c2f13e588b4f7c1ac048817fa1
parent639f71ed0bf1ba2e2abf0cb91e784793a540c019 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3f7b5381..23541cba5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
* [#743](https://github.com/xmake-io/xmake/issues/743): Support to generate objc/framework program.
* Support to compile bundle, framework, mac application and ios application, and all some project templates
* Support generate ios *.ipa file and codesign
+* Add xmake.cli rule to develop lua program with xmake core engine
### Change
@@ -725,6 +726,7 @@
* 支持编译bundle, framework程序,以及mac, ios应用程序,并新增一些工程模板
* 支持对ios应用程序打包生成ipa文件,以及代码签名支持
* 增加一些ipa打包、安装、重签名等辅助工具
+* 添加xmake.cli规则来支持开发带有xmake/core引擎的lua扩展程序
### 改进