diff options
| author | ruki <[email protected]> | 2023-02-17 22:54:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-02-17 22:54:22 +0800 |
| commit | 1e09fd1f030bc9f0deb4b7f2c6c406ebc2622639 (patch) | |
| tree | 56d1a0b19029b3e71947be0c3798789cf7134ec2 | |
| parent | 13bce03c1ae513ba63cd449b5e66360ff608187f (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e3b71e58..f9617d1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * [#3318](https://github.com/xmake-io/xmake/pull/3318): Improve dlang toolchains * [#2591](https://github.com/xmake-io/xmake/issues/2591): Improve target analysis * [#3342](https://github.com/xmake-io/xmake/issues/3342): Improve to configure working and build directories +* [#3373](https://github.com/xmake-io/xmake/issues/3373): Improve std modules support for clang-17 * Improve to strip/optimization for dmd/ldc2 ### Bugs fixed @@ -1541,6 +1542,7 @@ * [#2591](https://github.com/xmake-io/xmake/issues/2591): 改进 target 配置来源分析 * 为 dmd/ldc2 改进 strip/optimization * [#3342](https://github.com/xmake-io/xmake/issues/3342): 改进配置构建目录,支持外置目录构建,保持远吗目录更加干净 +* [#3373](https://github.com/xmake-io/xmake/issues/3373): 为 clang-17 改进 std 模块支持 ### Bugs 修复 |
