summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-11-18 00:49:18 +0800
committerruki <[email protected]>2017-11-17 22:55:49 +0800
commita28b1f657d8cdf855fca8d0ab6a5af5092f164eb (patch)
treede7f1ecf941bd1501110f6294867cefa5824cc5e
parent8f75d7d672b10c401409edaf3acb9543fa7cbd5c (diff)
modify changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac3b42066..57c15e7b7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
* Improve to configure cross-toolchains, add tool alias to support unknown tool name, .e.g `xmake f [email protected]`
* [#151](https://github.com/tboox/xmake/issues/151): Improve to build the share library for the mingw platform
+* Improve to generate makefile plugin
### Bugs fixed
@@ -420,6 +421,7 @@
* 改进交叉工具链配置,通过指定工具别名定向到已知的工具链来支持未知编译工具名配置, 例如: `xmake f [email protected]`
* [#151](https://github.com/tboox/xmake/issues/151): 改进mingw平台下动态库生成
+* 改进生成makefile插件
## Bugs修复