summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-13 00:50:53 +0800
committerruki <[email protected]>2019-09-12 23:05:23 +0800
commit0e7517f359db6abf0afe7c6380d68a0b17cadfff (patch)
treec0194ba63015d5f7c93c1e63469eab0c0acec33b
parentd44b1de7415cac50f36bded6de406109657b4349 (diff)
update changelog
-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中去