summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-28 11:09:45 +0800
committerruki <[email protected]>2022-05-28 11:09:45 +0800
commitf758cf131f64857b7d5e4ef086dd0685ff8287c3 (patch)
tree7239c5c31743871d3401f6d9b85fc2d731e13dd5
parent500a25f81136a0883a479bcd754dcaff2e0bbb04 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d3f5096a9..a7f31df8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
* fallback to source code build if the precompiled package is error
* [#2387](https://github.com/xmake-io/xmake/issues/2387): Improve pkgconfig and find_package
+* Add `build.ccache` policy
### Bugs fixed
@@ -1282,6 +1283,7 @@
* 如果预编译包构建失败,自动回退到源码包构建
* [#2387](https://github.com/xmake-io/xmake/issues/2387): 改进 pkgconfig 和 find_package
+* 添加 `build.ccache` 策略,用于在工程中配置编译缓存
### Bugs 修复