diff options
| author | ruki <[email protected]> | 2025-05-11 17:24:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-05-11 17:24:59 +0800 |
| commit | a63d20a4eabb65df9394621fce705401ca259977 (patch) | |
| tree | dc3a6896945b0676e2de80f5b3bff8e214aa1f11 | |
| parent | c357c9bb8bd5c91e33a6453d134720ffd4dec9b1 (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 813ae8af7..416d95bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * [#5526](https://github.com/xmake-io/xmake/discussions/5526): Use MD/MDd runtimes for msvc by default * [#5545](https://github.com/xmake-io/xmake/discussions/5545): Use ninja generator for cmake package by default * [#6355](https://github.com/xmake-io/xmake/pull/6355): Support customizing implib path of MinGW/MSVC +* [#6373](https://github.com/xmake-io/xmake/pull/6373): Improve c++ modules support ## v2.9.9 @@ -1991,6 +1992,7 @@ * [#5526](https://github.com/xmake-io/xmake/discussions/5526): msvc 默认切换到 MD/MDd 运行时 * [#5545](https://github.com/xmake-io/xmake/discussions/5545): 构建 cmake 包,默认使用 Ninja 生成器 * [#6355](https://github.com/xmake-io/xmake/pull/6355): 支持自定义 implib 路径和访问 +* [#6373](https://github.com/xmake-io/xmake/pull/6373): 改进 c++ modules 支持 ## v2.9.9 |
