summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-07-06 22:35:07 +0800
committerruki <[email protected]>2022-07-06 22:35:07 +0800
commit4a381cdb0f0e276cea2339f06ac4222dd2b568f2 (patch)
tree970746bbb3e32bccb43abc7a45283d5ae6c04df8
parent74289721f0178999c82fb3551c4bab0ac6bdfe90 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dbbff8c8a..201a2eda8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
* [#2491](https://github.com/xmake-io/xmake/issues/2491): Fallback to local compiler/cache from remote if server is unreachable
* [#2514](https://github.com/xmake-io/xmake/issues/2514): Disable Unity Build for project generator
* [#2473](https://github.com/xmake-io/xmake/issues/2473): Improve apt::find_package to find it from pc files
+* [#2512](https://github.com/xmake-io/xmake/issues/2512): Improve remote service to support timeout configuration
### Bugs fixed
@@ -1345,6 +1346,7 @@
* [#2491](https://github.com/xmake-io/xmake/issues/2491): 如果服务器不可访问,自动回退到本地编译和缓存
* [#2514](https://github.com/xmake-io/xmake/issues/2514): 为工程生成器禁用 Unity Build
* [#2473](https://github.com/xmake-io/xmake/issues/2473): 改进 apt::find_package,支持从 pc 文件中查找
+* [#2512](https://github.com/xmake-io/xmake/issues/2512): 改进远程服务支持超时配置
### Bugs 修复