diff options
| author | ruki <[email protected]> | 2025-07-06 00:27:54 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-07-06 00:27:54 +0800 |
| commit | 5929eeebf059979fd4a8952b74696a2c4ea33750 (patch) | |
| tree | 6f3f35bab7b130fb4962e293698f7e898e49cb84 | |
| parent | 70216716f495b9a1ffa5b1ce608dea3269f37403 (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 313357a6c..d98d36059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ * [#6592](https://github.com/xmake-io/xmake/pull/6592): Fix objects only links * [#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 ## v3.0.0 @@ -2005,6 +2006,7 @@ * [#6592](https://github.com/xmake-io/xmake/pull/6592): 修复 object 目标的链接问题 * [#6586](https://github.com/xmake-io/xmake/issues/6586): 修复 build.fence 策略 +* [#6600](https://github.com/xmake-io/xmake/issues/6600): 修复 compile_commands 生成器 ## v3.0.0 |
