summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
### 新特性