diff options
| author | ruki <[email protected]> | 2020-04-12 09:36:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-12 09:36:05 +0800 |
| commit | 165e8eadc5d170fef3a2a5861c61ac4099387fb3 (patch) | |
| tree | 86108e86c33ccef2f1afe7b085a90c489fcd9a22 | |
| parent | ea875a5009c391cfcfb86b9a47fbf2568a86ffd4 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 05cda193f..c3f7b5381 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ * Support to compile bundle, framework, mac application and ios application, and all some project templates * Support generate ios *.ipa file and codesign +### Change + +* [#750](https://github.com/xmake-io/xmake/issues/750): Improve qt.widgetapp rule to support private slot + ## v2.3.2 ### New features @@ -722,6 +726,10 @@ * 支持对ios应用程序打包生成ipa文件,以及代码签名支持 * 增加一些ipa打包、安装、重签名等辅助工具 +### 改进 + +* [#750](https://github.com/xmake-io/xmake/issues/750): 改进qt.widgetapp规则,支持qt私有槽 + ## v2.3.2 ### 新特性 |
