summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-14 00:34:46 +0800
committerruki <[email protected]>2022-12-14 00:34:46 +0800
commit7b24350ba65d2ba24f4b89510f21736e6183e94c (patch)
treea82d8f28fc2b6137587dec61180d599091deb0ce
parent4c1ce20a666a95b34b589004c17e4eb3f4093919 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 919c33f57..666db5107 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@
* [#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
+* [#3146](https://github.com/xmake-io/xmake/issues/3146): Add default components for packages
### Bugs fixed
@@ -1472,6 +1473,7 @@
* [#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 模块支持
+* [#3146](https://github.com/xmake-io/xmake/issues/3146): 添加默认包组件支持
### Bugs 修复