summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2026-02-09 23:30:38 +0800
committerruki <[email protected]>2026-02-09 23:30:38 +0800
commit699fc5d2eeec5d960d18e5475c22a98cda17f21c (patch)
treec63022542ec6905e984177647c8fc755763c0fad
parente859e1eb0f86c5109e7f7b6dc9c2ce87c9a74c93 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fe51277c6..eceb94062 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -48,6 +48,7 @@
* [#7280](https://github.com/xmake-io/xmake/pull/7280): Add target flags only for cross-compilation
* [#7290](https://github.com/xmake-io/xmake/pull/7290): Improve vcvars
* [#7302](https://github.com/xmake-io/xmake/pull/7302): Improve run process errors
+* [#7306](https://github.com/xmake-io/xmake/pull/7306): Improve remote build with multi-host configuration and `--host` option
* [#7298](https://github.com/xmake-io/xmake/pull/7298): Add initial implementation for Windows DLL foo/main example
### Bugs fixed
@@ -2352,6 +2353,7 @@
* [#7280](https://github.com/xmake-io/xmake/pull/7280): 仅在交叉编译时添加目标标志
* [#7290](https://github.com/xmake-io/xmake/pull/7290): 改进 vcvars 处理
* [#7302](https://github.com/xmake-io/xmake/pull/7302): 改进运行进程错误处理
+* [#7306](https://github.com/xmake-io/xmake/pull/7306): 改进远程构建,支持多主机配置和 `--host` 选项
* [#7298](https://github.com/xmake-io/xmake/pull/7298): 为 Windows DLL 的 foo/main 示例添加初始实现
### Bugs 修复