diff options
| author | ruki <[email protected]> | 2022-01-19 10:24:19 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-19 10:24:19 +0800 |
| commit | c692e42656a2406d8c27f6503d1d7ef60b820abb (patch) | |
| tree | 7fd72a85fd7876d9fed9788003ab15e769b8b5fb | |
| parent | 093fcdb414bcf289d1c621768ded2bcb6a00fe46 (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 d964b7cf5..a23a1e71a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ * [#1902](https://github.com/xmake-io/xmake/issues/1902): Support to build linux kernel driver modules * [#1913](https://github.com/xmake-io/xmake/issues/1913): Build and run targets with given group pattern +* [#1982](https://github.com/xmake-io/xmake/pull/1982): Fix build c++20 submodules for clang ### Change @@ -1209,6 +1210,7 @@ * [#1875](https://github.com/xmake-io/xmake/issues/1875): 修复部署生成 Android Qt 程序包失败问题 * [#1973](https://github.com/xmake-io/xmake/issues/1973): 修复合并静态库 +* [#1982](https://github.com/xmake-io/xmake/pull/1982): 修复 clang 下对 c++20 子模块的依赖构建 ## v2.6.2 |
