diff options
| author | ruki <[email protected]> | 2023-08-28 22:43:42 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-08-28 22:43:42 +0800 |
| commit | 0982061302c19837ee38daa48ecf6e80669464bc (patch) | |
| tree | 488987e3f8b99b1cbf90f3e944fdb8da1b316458 | |
| parent | 1ec4357aa5a487ea6a1ae266fd9a94feba1b0760 (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 4db829b03..120e372d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ * [#4112](https://github.com/xmake-io/xmake/issues/4112): Support Lua Debugger (EmmyLua) +### Changes + +* [#4119](https://github.com/xmake-io/xmake/issues/4119): Improve to support emcc toolchain and emscripten package + ### Bugs fixed * [#4110](https://github.com/xmake-io/xmake/issues/4110): Fix extrafiles @@ -1645,6 +1649,10 @@ * [#4112](https://github.com/xmake-io/xmake/issues/4112): 支持 Lua 调试 (EmmyLua) +### 改进 + +* [#4119](https://github.com/xmake-io/xmake/issues/4119): 改进支持 emcc 工具链和 emscripten 包的整合 + ### Bugs 修复 * [#4110](https://github.com/xmake-io/xmake/issues/4110): 修复 extrafiles |
