diff options
| author | ruki <[email protected]> | 2017-11-16 22:57:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-11-16 11:45:30 +0800 |
| commit | 94dae341a83418d8cd35cb5279bc66fc711ab0ad (patch) | |
| tree | 71f0e31ed0e7df2b9789a2a51596d9b85d07a0c6 | |
| parent | 90d3eb8fbd05ffa02df5df18d2f7b6b6c5d7ae87 (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 c8abb92e7..ac3b42066 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * Fix complation dependence * [#151](https://github.com/tboox/xmake/issues/151): Fix `os.nuldev()` for gcc on mingw +* [#150](https://github.com/tboox/xmake/issues/150): Fix the command line string limitation for `ar.exe` ## v2.1.8 @@ -424,6 +425,7 @@ * 修复依赖修改编译和链接问题 * [#151](https://github.com/tboox/xmake/issues/151): 修复`os.nuldev()`在mingw上传入gcc时出现问题 +* [#150](https://github.com/tboox/xmake/issues/150): 修复windows下ar.exe打包过长obj列表参数,导致失败问题 ## v2.1.8 |
