diff options
| author | ruki <[email protected]> | 2024-11-30 00:47:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-11-30 00:47:45 +0800 |
| commit | 4dc5adcc73d576d06764233f29a5657727b60479 (patch) | |
| tree | 8d1a7e49c71d431cb576f3a192be28b1de486105 | |
| parent | a39a80d23aca888ab3c1d537ee4b313604ce2669 (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 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 ### 新特性 |
