diff options
| author | ruki <[email protected]> | 2023-08-14 23:52:09 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-08-14 23:52:09 +0800 |
| commit | 7d1358fbf7e14dc04512009ba5f41216d7392980 (patch) | |
| tree | d9c2971a200181fc6b278c55c71ec80848d0db5a | |
| parent | e68642b96593b3529ce1e29fac0fc600b0ce5e8c (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 0cf74dfb2..926165584 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * Improve to upgrade vcproj files in tools.msbuild * Support add_requires("xmake::xxx") package * [#4049](https://github.com/xmake-io/xmake/issues/4049): Improve rust to support cross-compilation +* Improve clang modules support ### Bugs fixed @@ -1641,6 +1642,7 @@ * 改进 tools.msbuild 升级 vcproj 文件 * 支持 add_requires("xmake::xxx") 包 * [#4049](https://github.com/xmake-io/xmake/issues/4049): 改进 Rust 支持交叉编译 +* 改进 clang 下 c++ modules 支持 ### Bugs 修复 |
