diff options
| author | ruki <[email protected]> | 2021-11-24 09:32:49 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-24 09:32:49 +0800 |
| commit | ba8988915b8c25eb7b407779b5c6aac9b7ae22ee (patch) | |
| tree | 1817eea7d3841512d37fe412e9159ddd94c64c84 | |
| parent | 2ebc0bd03cf7f2d6be736cc01d6a808e3e03b3f1 (diff) | |
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d35c7d86f..fbe71a6c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ * Improve C++20 module to support std libraries for msvc * [#1792](https://github.com/xmake-io/xmake/issues/1792): Add custom command in vs project generator * [#1835](https://github.com/xmake-io/xmake/issues/1835): Improve MDK program supports and add `set_runtimes("microlib")` +* [#1858](https://github.com/xmake-io/xmake/issues/1858): Improve to build c++20 modules with libraries ### Bugs Fixed @@ -1148,6 +1149,7 @@ * 改进 C++20 Modules 为 msvc 支持 std 标准库 * [#1792](https://github.com/xmake-io/xmake/issues/1792): 添加自定义命令到 vs 工程生成器 * [#1835](https://github.com/xmake-io/xmake/issues/1835): 改进 MDK 程序构建支持,增加 `set_runtimes("microlib")` +* [#1858](https://github.com/xmake-io/xmake/issues/1858): 改进构建 c++20 modules,修复跨 target 构建问题 ### Bugs 修复 |
