diff options
| author | ruki <[email protected]> | 2022-08-30 23:09:01 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-30 23:09:01 +0800 |
| commit | 7f94e5c1d69edcbf1b9b0338e015bfc5e5275883 (patch) | |
| tree | 258c58189edfe054d0b70259ea4a95fa281e6aa6 | |
| parent | 84605e7ab547518ec9dc1a05c2f28a7fb168cb85 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 34070fa4d..3b57123de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ * [#2140](https://github.com/xmake-io/xmake/issues/2140): Support Windows Arm64 +### Bugs fixed + +* [#2740](https://github.com/xmake-io/xmake/issues/2740): Fix build c++ modules stuck and slower for msvc + ## v2.7.1 ### New features @@ -1376,6 +1380,10 @@ * [#2140](https://github.com/xmake-io/xmake/issues/2140): 支持 Windows Arm64 +### Bugs 修复 + +* [#2740](https://github.com/xmake-io/xmake/issues/2740): 修复 msvc 构建 C++ modules 卡死问题 + ## v2.7.1 ### 新特性 |
