summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-21 00:36:51 +0800
committerruki <[email protected]>2022-05-21 00:36:51 +0800
commit35fc3997493b41bbe6e3cc2c0d81326276724109 (patch)
tree336e0a18531a207c1d485e002099c21971b5f07a
parent898c534357e92437f63a4f3e12f159e07534c20c (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 66d8159dc..3df8d0dbd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@
* [#2334](https://github.com/xmake-io/xmake/pull/2334): Add lz4 compress module
* [#2349](https://github.com/xmake-io/xmake/pull/2349): Add keil/c51 project support
* [#274](https://github.com/xmake-io/xmake/issues/274): Distributed compilation support
+* Use builtin local cache instead of ccache
### Changes
@@ -1270,6 +1271,7 @@
* [#2334](https://github.com/xmake-io/xmake/pull/2334): 添加 lz4 压缩模块
* [#2349](https://github.com/xmake-io/xmake/pull/2349): 添加 keil/c51 工程支持
* [#274](https://github.com/xmake-io/xmake/issues/274): 跨平台分布式编译支持
+* 使用内置的本地缓存替代 ccache
### 改进