diff options
| -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 |
