summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a434ff61a..39ec1b5e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### Changes
* [#3752](https://github.com/xmake-io/xmake/issues/3752): Improve os.getenvs for windows
+* [#3371](https://github.com/xmake-io/xmake/issues/3371): Improve tools.cmake to support ninja generator for wasm
### Bugs fixed
@@ -1590,6 +1591,7 @@
### 改进
* [#3752](https://github.com/xmake-io/xmake/issues/3752): 改进 windows 上 os.getenvs 的获取
+* [#3371](https://github.com/xmake-io/xmake/issues/3371): 噶进 tools.cmake 支持使用 ninja 去构建 wasm 包
### Bugs 修复