diff options
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a71a678d..cda5b4f23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,10 @@ * [#5817](https://github.com/xmake-io/xmake/pull/5817): Improve default pic for packages * [#5869](https://github.com/xmake-io/xmake/pull/5869): Add libstdc++ standard library modules support for gcc +### Bugs fixed + +* [#5856](https://github.com/xmake-io/xmake/issues/5856): Fix compile c++modules for clang + ## v2.9.6 ### New features @@ -1921,6 +1925,10 @@ * [#5817](https://github.com/xmake-io/xmake/pull/5817): 改进安装包的默认 pic 配置 * [#5869](https://github.com/xmake-io/xmake/pull/5869): 为 gcc 添加 libstdc++ 标准库模块的支持 +### Bugs 修复 + +* [#5856](https://github.com/xmake-io/xmake/issues/5856): 修复 c++modules 在 clang 下的编译 + ## v2.9.6 ### 新特性 |
