diff options
| author | ruki <[email protected]> | 2025-07-17 22:40:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-17 22:40:40 +0800 |
| commit | 94d1ff46ec13a9402fa86e38d1be585daa5c6f4d (patch) | |
| tree | 1adf77e6646b82537e927504886b6d76385ae2d3 | |
| parent | f8be35e78a0f3a0f9b151d7309fdb8e0c79fd6be (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e058257aa..89e35f716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * [#6586](https://github.com/xmake-io/xmake/issues/6586): Fix build.fence policy * [#6600](https://github.com/xmake-io/xmake/issues/6600): Fix compile_commands generator for c++modules * [#6621](https://github.com/xmake-io/xmake/issues/6621): Fix android build for ndk r17c +* [#6635](https://github.com/xmake-io/xmake/discussions/6635): Fix batchcmds for qt/moc ## v3.0.0 @@ -2009,6 +2010,7 @@ * [#6586](https://github.com/xmake-io/xmake/issues/6586): 修复 build.fence 策略 * [#6600](https://github.com/xmake-io/xmake/issues/6600): 修复 compile_commands 生成器 * [#6621](https://github.com/xmake-io/xmake/issues/6621): 修复 android ndk r17c 构建失败问题 +* [#6635](https://github.com/xmake-io/xmake/discussions/6635): 修复 batchcmds 导致的 qt/moc 增量构建问题 ## v3.0.0 |
