diff options
| author | ruki <[email protected]> | 2020-07-31 22:49:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-07-31 22:49:23 +0800 |
| commit | deeef0bf58b2cc3a4389c782d7705ddf7c932f56 (patch) | |
| tree | 3171c54dfb95de9942bfd8929acd2428c21649d7 | |
| parent | c8a7876a0302dca8566a544bf6a874d4ed047f43 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ddcdf0a..713557c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## master (unreleased) +### Change + +* [#907](https://github.com/xmake-io/xmake/issues/907): Improve to the linker optimization for msvc + +### Bugs fixed + +* [#903](https://github.com/xmake-io/xmake/issues/903): Fix install vcpkg packages fails + ## v2.3.6 ### New features @@ -788,6 +796,14 @@ ## master (开发中) +### 改进 + +* [#907](https://github.com/xmake-io/xmake/issues/907): 改进msvc的链接器优化选项,生成更小的可执行程序 + +### Bugs修复 + +* [#903](https://github.com/xmake-io/xmake/issues/903): 修复vcpkg包安装失败问题 + ## v2.3.6 ### 新特性 |
