summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-17 00:45:41 +0800
committerruki <[email protected]>2022-09-17 00:45:41 +0800
commitb3bc782b5c3ed076d0c337540127a69cbe9bf1d8 (patch)
tree3aab718eee79b89fdc3b00eac8b186c1d7fe374e
parent381943268a80906c3d0b0cfb06a15beb74cb4995 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ddc387f1e..354c0cdc8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@
* [#2793](https://github.com/xmake-io/xmake/issues/2793): Improve mconfdialog
* [#2804](https://github.com/xmake-io/xmake/issues/2804): Support macOS arm64/x86_64 cross-compilation for installing packages
* [#2809](https://github.com/xmake-io/xmake/issues/2809): Improve cl optimization option
+* Improve trybuild for meson/cmake/autotools
### Bugs fixed
@@ -1411,6 +1412,7 @@
* [#2793](https://github.com/xmake-io/xmake/issues/2793): 改进 mconfdialog 配置操作体验
* [#2804](https://github.com/xmake-io/xmake/issues/2804): 安装依赖包支持 macOS arm64/x86_64 交叉编译
* [#2809](https://github.com/xmake-io/xmake/issues/2809): 改进 msvc 的编译优化选项
+* 改进 trybuild 模式,为 meson/autotools/cmake 提供更好的交叉编译支持
### Bugs 修复