summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-18 22:38:35 +0800
committerruki <[email protected]>2020-09-18 22:38:35 +0800
commit13176ee9fbb8dccd99391c0281938722d0abab8f (patch)
treeb60d5584013b1868b9750777916a4c3f80e01bf7
parent355b3c3baef1faa6884fbaf46990cabbe18df468 (diff)
update changelog
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8383dbc43..71ab2a3ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,14 @@
* [#955](https://github.com/xmake-io/xmake/issues/955): Add zig project templates
+### Change
+
+* [#958](https://github.com/xmake-io/xmake/issues/958): Improve mingw platform to support llvm-mingw toolchain
+
+### Bugs fixed
+
+* [#951](https://github.com/xmake-io/xmake/issues/951): Fix emcc support for windows
+
## v2.3.7
### New features
@@ -824,6 +832,14 @@
* [#955](https://github.com/xmake-io/xmake/issues/955): 添加 Zig 空工程模板
+### 改进
+
+* [#958](https://github.com/xmake-io/xmake/issues/958): 改进mingw平台,增加对 llvm-mingw 工具链的支持,以及 arm64/arm 架构的支持
+
+### Bugs修复
+
+* [#951](https://github.com/xmake-io/xmake/issues/951): 修复 emcc (WebAssembly) 工具链在windows上的支持
+
## v2.3.7
### 新特性