summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-01 22:37:12 +0800
committerruki <[email protected]>2023-09-01 22:37:12 +0800
commitdb71304735c6a7f3e96abe318e601d2e02cd8738 (patch)
tree24eb34d5cef2c40a36b728b1903b97b318483779
parent2df911b8d9f35d293d6215a52dd77522078016af (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 446f2a454..c6cc23279 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
### Changes
* [#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
### Bugs fixed
@@ -1656,6 +1657,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` 去改进重建目标,避免重建所有依赖目标
### Bugs 修复