summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-06 00:57:50 +0800
committerruki <[email protected]>2022-12-06 00:57:50 +0800
commit9f4a88b5e598030ee1024d874a9602583c4b2151 (patch)
tree69bcb207c5e3d53f95737db07ed540e358d9661c
parent00b740c54e161a2c1abee2390a64a825de4f3271 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea5c06776..d6a4f095a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
* [#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
+* [#3133](https://github.com/xmake-io/xmake/pull/3133): Add support of internal partitions
### Bugs fixed
@@ -1467,6 +1468,7 @@
* [#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 模块的编译支持
+* [#3133](https://github.com/xmake-io/xmake/pull/3133): 增加 internal partitions 模块支持
### Bugs 修复