summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-10 22:28:21 +0800
committerruki <[email protected]>2025-01-10 22:28:21 +0800
commit904a893238bd13a15fd179a5ba4e98e4235150a0 (patch)
tree3843650fe12de0efab9bf115cafc516bc1e6122a
parent453c1bbd01e55333d9ebc889b08a193b4c07a33b (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7b9cd51fa..4fd0913e7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,10 @@
* [#5949](https://github.com/xmake-io/xmake/pull/5949): Add rule nodejs.module
* [#3380](https://github.com/xmake-io/xmake/issues/3380): Add namespace support
+### Bugs fixed
+
+* [#272](https://github.com/tboox/tbox/issues/272): Fix xmake stuck when readfile always return zero for msvc + /O1
+
## v2.9.7
### New features
@@ -1934,6 +1938,10 @@
* [#5949](https://github.com/xmake-io/xmake/pull/5949): 添加 nodejs.module 规则
* [#3380](https://github.com/xmake-io/xmake/issues/3380): 添加命名空间支持
+### Bugs 修复
+
+* [#272](https://github.com/tboox/tbox/issues/272): 修复 msvc + /O1 时候,错误的编译器优化导致 xmake 加载卡住
+
## v2.9.7
### 新特性