diff options
| author | ruki <[email protected]> | 2017-09-06 14:29:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-09-06 14:29:40 +0800 |
| commit | cad1310e0f3c73b9cae7a6e205d5a9503bc07190 (patch) | |
| tree | df1da75e3307b6ff56e57ade19a5595d51819f86 | |
| parent | dafb58bd51ea3e57622bf1f1c03336f17c1f70ef (diff) | |
modify changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 20a71bc36..e46a18d8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * Fix `set_pcxxheader` bug * [#140](https://github.com/tboox/xmake/issues/140): Fix `os.tmpdir()` in fakeroot +* [#142](https://github.com/tboox/xmake/issues/142): Fix `os.getenv` charset bug on windows ## v2.1.6 @@ -369,6 +370,7 @@ * 修复`set_pcxxheader`编译没有继承flags配置问题 * [#140](https://github.com/tboox/xmake/issues/140): 修复`os.tmpdir()`在fakeroot下的冲突问题 +* [#142](https://github.com/tboox/xmake/issues/142): 修复`os.getenv` 在windows上的中文编码问题 ## v2.1.6 |
