summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
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
### 新特性