summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-08-27 00:32:45 +0800
committerruki <[email protected]>2019-08-26 21:16:30 +0800
commit5c929c284d6b34e4fcf9be4f5a5f901da6bfb52a (patch)
treedd30f825fae5d1fe148945eaeb42f754aedfb294
parentc7ab83442ee9d16c4cd6ed6757fca77f145859b3 (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbe938c7d..854e7b4cc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,10 @@
* [#542](https://github.com/xmake-io/xmake/pull/542): Improve vs unicode output for link/cl
* Improve binary bitcode lua scripts in the program directory
+### Bugs fixed
+
+* [#549](https://github.com/xmake-io/xmake/issues/549): Fix error caused by the new vsDevCmd.bat of vs2019
+
## v2.2.7
### New features
@@ -639,6 +643,10 @@
* [#542](https://github.com/xmake-io/xmake/pull/542): 改进vs系列工具链的unicode输出问题
* 对于安装的lua脚本,启用lua字节码存储,减少安装包大小(<2.4M),提高运行加载效率。
+### Bugs修复
+
+* [#549](https://github.com/xmake-io/xmake/issues/549): 修复新版vs2019下检测环境会卡死的问题
+
## v2.2.7
### 新特性