diff options
| author | ruki <[email protected]> | 2022-12-02 22:29:15 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-12-02 22:29:15 +0800 |
| commit | 7606fcbc83363b5c725ae6faf786afdd04c92e42 (patch) | |
| tree | 814b572005d28fdc4e57f0f9d13dce7e82c756b2 | |
| parent | 5fc45303b35401bc2b1cb8c898c010f1505fce84 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index afbb173a3..ea5c06776 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ * [#3056](https://github.com/xmake-io/xmake/issues/3056): Improve zig support * [#3060](https://github.com/xmake-io/xmake/issues/3060): Improve to detect msys2 for clang toolchains envirnoment * [#3071](https://github.com/xmake-io/xmake/issues/3071): Support rc for llvm/clang toolchain +* [#3122](https://github.com/xmake-io/xmake/pull/3122): Generate dependencies of preprocessed modules to avoid importing #ifdef import +* [#3125](https://github.com/xmake-io/xmake/pull/3125): Compile private C++20 modules ### Bugs fixed @@ -1463,6 +1465,8 @@ * [#3056](https://github.com/xmake-io/xmake/issues/3056): 改进 Zig 支持 * [#3060](https://github.com/xmake-io/xmake/issues/3060): 改进支持 msys2 的环境探测 * [#3071](https://github.com/xmake-io/xmake/issues/3071): 为 llvm/clang 工具链支持 rc 编译 +* [#3122](https://github.com/xmake-io/xmake/pull/3122): 改进 c++20 模块依赖图的源码分析,支持预处理 +* [#3125](https://github.com/xmake-io/xmake/pull/3125): 增加私有 C++20 模块的编译支持 ### Bugs 修复 |
