diff options
| author | ruki <[email protected]> | 2023-01-05 23:56:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-01-05 23:56:28 +0800 |
| commit | af961bd8198ca01c3ad30fd73aebded54b28e1a7 (patch) | |
| tree | 0583afeabb37f4270182e237915ce7628abd4b19 | |
| parent | a16ce4a3b1004a6d099971d80cc513f491c846b3 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f48c3e0b..d3acb0aac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ * [#3203](https://github.com/xmake-io/xmake/issues/3203): Fix compile_commands * [#3222](https://github.com/xmake-io/xmake/issues/3222): Fix precompiled headers in ObjC +* [#3240](https://github.com/xmake-io/xmake/pull/3240): Fix target run with single arguments +* [#3238](https://github.com/xmake-io/xmake/pull/3238): Fix clang module mapper ## v2.7.4 @@ -1497,6 +1499,8 @@ * [#3203](https://github.com/xmake-io/xmake/issues/3203): 修复 compile_commands * [#3222](https://github.com/xmake-io/xmake/issues/3222): 修复 objc 的预编译头支持 +* [#3240](https://github.com/xmake-io/xmake/pull/3240): 修复 `xmake run` 处理单个参数不正确问题 +* [#3238](https://github.com/xmake-io/xmake/pull/3238): 修复 clang 构建 module 时候,并行写入 mapper 冲突问题 ## v2.7.4 |
