diff options
| -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 ### 新特性 |
