diff options
| author | ruki <[email protected]> | 2018-08-30 22:32:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-08-30 09:12:04 +0800 |
| commit | f88fbd7bda0c5986251cd47c2a59ee615c3250b3 (patch) | |
| tree | 797ec6affc6dad7eef6a71d8201c0e95ea603c3b | |
| parent | fa751b550a8363c6d7afc57891f9b4e0fa7ab826 (diff) | |
modify changelogs
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c7f13df5b..4baa3b7c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ * [#177](https://github.com/tboox/xmake/issues/177): Fix the dependent target link bug * Fix high cpu usage bug and Exit issues for `$ xmake f --menu` +* [#197](https://github.com/tboox/xmake/issues/197): Fix Chinese path for generating vs201x project ## v2.2.1 @@ -498,6 +499,7 @@ * [#177](https://github.com/tboox/xmake/issues/177): 修复被依赖的动态库target,如果设置了basename后链接失败问题 * 修复`$ xmake f --menu`中Exit问题以及cpu过高问题 +* [#197](https://github.com/tboox/xmake/issues/197): 修复生成的vs201x工程文件带有中文路径乱码问题 ## v2.2.1 |
