summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-06-25 15:35:25 +0800
committerruki <[email protected]>2022-06-25 15:35:25 +0800
commit4ec508fb733cca5dc89a303dab8b398339b43fb7 (patch)
treec538712d88c6d9efc17139352437b4ec8c2f8344
parentdf78ffc7612277e285905b8f52611ffce139a2da (diff)
update changelog
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1c17a917..f6c761213 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@
* Improve tools.cmake to support wasm
+### Bugs fixed
+
+* [#2488](https://github.com/xmake-io/xmake/issues/2488): Fix remote compilation from windows to linux
+* Fix cache-induced path conflicts in preprocessed files
+
## v2.6.8
### New features
@@ -1322,6 +1327,11 @@
* 改进 tools.cmake 支持 wasm 库构建
+### Bugs 修复
+
+* [#2488](https://github.com/xmake-io/xmake/issues/2488): 修复从 windows 到 linux 的远程编译路径问题
+* 修复缓存导致的预处理文件路径冲突问题
+
## v2.6.8
### 新特性