diff options
| author | ruki <[email protected]> | 2025-04-08 22:37:34 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-04-08 22:37:34 +0800 |
| commit | 45763dff2932f2ce3045dcc86f5385aa114e1e7d (patch) | |
| tree | 8f55dacf61c69f8e610a9d37ee631b4d48d8afae | |
| parent | b3027642509df6b9749d4524bc97328fac77bada (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 06e0d3a98..65e8219ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ * [#6243](https://github.com/xmake-io/xmake/pull/6243): Improve llvm toolchain to support for cross platform * Support for CMake 4.0 +### Bugs fixed + +* [#6292](https://github.com/xmake-io/xmake/issues/6292): Fix namespace issue + ## v2.9.8 ### New features @@ -1977,6 +1981,10 @@ * [#6243](https://github.com/xmake-io/xmake/pull/6243): 改进 llvm 工具链对交叉编译的支持 * 三方包安装支持 CMake 4.0 +### Bugs 修复 + +* [#6292](https://github.com/xmake-io/xmake/issues/6292): 修复 namespace 问题 + ## v2.9.8 ### 新特性 |
