summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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修复