diff options
| -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 ### 新特性 |
