diff options
| author | ruki <[email protected]> | 2022-07-01 00:07:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-07-01 00:07:05 +0800 |
| commit | 9c2b26364c39a5cc933f1d08670fe338c789bdb9 (patch) | |
| tree | a068265233d4799351aae581767f581c74a2db2c | |
| parent | eff891e4bd5dcd7cae675093c1a1d3f07ce05de0 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 732238325..64a5ce493 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### Bugs fixed * [#2488](https://github.com/xmake-io/xmake/issues/2488): Fix remote compilation from windows to linux +* [#2504](https://github.com/xmake-io/xmake/issues/2504): Fix remote build bug on msys2/cygwin * Fix cache-induced path conflicts in preprocessed files ## v2.6.8 @@ -1344,6 +1345,7 @@ ### Bugs 修复 * [#2488](https://github.com/xmake-io/xmake/issues/2488): 修复从 windows 到 linux 的远程编译路径问题 +* [#2504](https://github.com/xmake-io/xmake/issues/2504): 修复在 msys2 上远程编译失败问题 * 修复缓存导致的预处理文件路径冲突问题 ## v2.6.8 |
