summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-08 22:42:58 +0800
committerruki <[email protected]>2023-09-08 22:42:58 +0800
commit969d238925a86d4b945be828eb4cf341b4380299 (patch)
tree391970c5d811fd7b2604b023a25a9db9d6e3f018
parent0c6cb1962f9e836eebdac1a7072dd77cd0841ba6 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4a05621fd..6f00dd0bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
* [#4119](https://github.com/xmake-io/xmake/issues/4119): Improve to support emcc toolchain and emscripten package
* [#4154](https://github.com/xmake-io/xmake/issues/4154): Add `xmake -r --shallow target` to rebuild target without deps
* Add global ccache storage directory
+* [#4137](https://github.com/xmake-io/xmake/issues/4137): Support Qt6 for Wasm
### Bugs fixed
@@ -1660,6 +1661,7 @@
* [#4119](https://github.com/xmake-io/xmake/issues/4119): 改进支持 emcc 工具链和 emscripten 包的整合
* [#4154](https://github.com/xmake-io/xmake/issues/4154): 添加 `xmake -r --shallow target` 去改进重建目标,避免重建所有依赖目标
* 添加全局 ccache 存储目录
+* [#4137](https://github.com/xmake-io/xmake/issues/4137): 改进 Qt,支持 Qt6 for Wasm
### Bugs 修复