summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 621c0e6d6..2b3db55fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## master (unreleased)
+### New features
+
+* [#569](https://github.com/xmake-io/xmake/pull/569): Add c++ modules build rules
+
### Change
* [#563](https://github.com/xmake-io/xmake/pull/563): Separate build rules for specific language files from action/build
@@ -638,6 +642,10 @@
## master (开发中)
+### 新特性
+
+* [#569](https://github.com/xmake-io/xmake/pull/569): 增加对c++模块的实验性支持
+
### 改进
* [#563](https://github.com/xmake-io/xmake/pull/563): 重构构建逻辑,将特定语言的构建抽离到独立的rules中去