summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-01-16 11:46:01 +0800
committerruki <[email protected]>2022-01-16 11:46:01 +0800
commit5fc94568782eb39b6bfb4431d467f5874ea69edd (patch)
tree39b576d24eddcaf6df30a606e8b0992f5689bf74
parentd084b2359f0c53a310bfcb59cbd501f4473ba785 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9f0651deb..60a9f6345 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
* Made on_config as the official api for rule/target
* Add riscv32/64 support
* [#1970](https://github.com/xmake-io/xmake/issues/1970): Add CMake wrapper for Xrepo C and C++ package manager.
+* Add builtin github mirror pac files, `xmake g --proxy_pac=github_mirror.lua`
### Changes
@@ -1194,6 +1195,7 @@
* 将 on_config 作为正式的公开接口,用于 target 和 rule
* 添加 riscv32/64 支持
* [#1970](https://github.com/xmake-io/xmake/issues/1970): 添加 CMake wrapper 支持在 CMakelists 中去调用 xrepo 集成 C/C++ 包
+* 添加内置的 github 镜像加速 pac 代理文件, `xmake g --proxy_pac=github_mirror.lua`
### 改进