summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-09-11 22:50:17 +0800
committerruki <[email protected]>2023-09-11 22:50:17 +0800
commitc54f5a884dc3ec19067f31a2739694399be186fe (patch)
treed1bd681c197ea0489bc35bd4fd2903fe8f5b6ef8
parent30be5d5ac2d1d0865d144d66af898b41051aad08 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f00dd0bb..249bea21b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
* [#4154](https://github.com/xmake-io/xmake/issues/4154): Add `xmake -r --shallow target` to rebuild target without deps
* Add global ccache storage directory
* [#4137](https://github.com/xmake-io/xmake/issues/4137): Support Qt6 for Wasm
+* [#4137](https://github.com/xmake-io/xmake/issues/4137): Add recheck argument to on_config
### Bugs fixed
@@ -1662,6 +1663,7 @@
* [#4154](https://github.com/xmake-io/xmake/issues/4154): 添加 `xmake -r --shallow target` 去改进重建目标,避免重建所有依赖目标
* 添加全局 ccache 存储目录
* [#4137](https://github.com/xmake-io/xmake/issues/4137): 改进 Qt,支持 Qt6 for Wasm
+* [#4137](https://github.com/xmake-io/xmake/issues/4137): 添加 recheck 参数到 on_config
### Bugs 修复