summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-01-24 09:57:10 +0800
committerruki <[email protected]>2017-01-24 09:57:10 +0800
commit400b8cbbd6dfc8593ba3bbae68ba2a1a7fe65579 (patch)
tree67027ee9e9e525cab1856896b5077c665cf9a4d1
parent59dbd3805e16ac584e6f1d1018cd4903dfbded4b (diff)
modify CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2a4a920e1..259877242 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@
* Improve print interface, support lua print and format output
* Automatically scan project files and generate it for building if xmake.lua not exists
* Modify license to Apache License 2.0
+* Remove some binary tools
### Bugs fixed
@@ -204,6 +205,7 @@
* 改进print接口,同时支持原生lua print以及格式化打印
* 如果xmake.lua不存在,自动扫描工程代码文件,并且生成xmake.lua进行编译
* 修改license,使用更加宽松的Apache License 2.0
+* 移除一些二进制工具文件
### Bugs修复