summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-10-23 22:53:03 +0800
committerruki <[email protected]>2018-10-23 11:18:24 +0800
commitd9e4e83f98b0f66a506ddf677658dd6458a160e9 (patch)
tree8e068539d4cfdbce907897f933ee99f39e421b51
parent56e518c60ceb78edd21e20808eee40c2a1033f48 (diff)
modify changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1aacbd9f3..6327f4802 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,10 @@
* [#233](https://github.com/tboox/xmake/issues/233): Support windres for mingw platform
* [#239](https://github.com/tboox/xmake/issues/239): Add cparser compiler support
+### Changes
+
+* [#229](https://github.com/tboox/xmake/issues/229): Improve to select toolset for vcproj plugin
+
## v2.2.2
### New features
@@ -498,6 +502,10 @@
* [#233](https://github.com/tboox/xmake/issues/233): 对mingw平台增加windres的支持
* [#239](https://github.com/tboox/xmake/issues/239): 添加cparser编译器支持
+### 改进
+
+* [#229](https://github.com/tboox/xmake/issues/229): 改进vs toolset选择已经vcproj工程文件生成
+
## v2.2.2
### 新特性