summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-06-25 16:34:01 +0800
committerruki <[email protected]>2022-06-25 16:34:01 +0800
commit55d5c38b294b2436c7df97be0af9511231ae617e (patch)
tree1af6b32fc3311456ba81bdc265d95482dc654121
parent0a5434eb09ae5c3a263afbb7d535b135d8f60677 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f6c761213..2ce4f5763 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### Changes
* Improve tools.cmake to support wasm
+* [#2491](https://github.com/xmake-io/xmake/issues/2491): Fallback to local compiler/cache from remote if server is unreachable
### Bugs fixed
@@ -1326,6 +1327,7 @@
### 改进
* 改进 tools.cmake 支持 wasm 库构建
+* [#2491](https://github.com/xmake-io/xmake/issues/2491): 如果服务器不可访问,自动回退到本地编译和缓存
### Bugs 修复