summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-02 00:42:19 +0800
committerruki <[email protected]>2023-09-02 00:42:19 +0800
commit3e83bcb0febed3a78d974793c2ac4b5e87481ed8 (patch)
tree7a30fb4356696fb331666de3a2a8a92bcf706074
parent872b8411ec92a080f189685faa319f1af87b4534 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c6cc23279..4a05621fd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
* [#4119](https://github.com/xmake-io/xmake/issues/4119): Improve to support emcc toolchain and emscripten package
* [#4154](https://github.com/xmake-io/xmake/issues/4154): Add `xmake -r --shallow target` to rebuild target without deps
+* Add global ccache storage directory
### Bugs fixed
@@ -1658,6 +1659,7 @@
* [#4119](https://github.com/xmake-io/xmake/issues/4119): 改进支持 emcc 工具链和 emscripten 包的整合
* [#4154](https://github.com/xmake-io/xmake/issues/4154): 添加 `xmake -r --shallow target` 去改进重建目标,避免重建所有依赖目标
+* 添加全局 ccache 存储目录
### Bugs 修复