summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-21 14:07:02 +0800
committerruki <[email protected]>2019-09-21 14:07:02 +0800
commit6979830d2f6ef9f66e39e916c43978f5547c3bd8 (patch)
tree8a35cf89f608545067a0b3e5bac86fb581b4f5c9
parent5b88b634eab688584c3731ea3be376f10e5beb57 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce350566c..44b795043 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#569](https://github.com/xmake-io/xmake/pull/569): Add c++ modules build rules
+* Add `xmake project -k xmakefile` generator
### Change
@@ -647,6 +648,7 @@
### 新特性
* [#569](https://github.com/xmake-io/xmake/pull/569): 增加对c++模块的实验性支持
+* 添加`xmake project -k xmakefile`生成器
### 改进