From f777cbc1781ce6af19d56decf63c4126dd6b01e8 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 24 May 2023 22:50:07 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a434ff61a7..39ec1b5e4d 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 修复