diff options
| author | ruki <[email protected]> | 2021-07-17 11:18:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-07-17 11:18:14 +0800 |
| commit | 96e42fe0e113314ff5b46dec71aa7fba91f6839d (patch) | |
| tree | bbf1d677834d2141cce6aed2862351996800d7ef | |
| parent | 1037efd6700cc9211a888c8090be10d272c6c6d5 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df7191fe..c765c5654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ ### Change * Improve vs/vsxmake project generator to support vs2022 +* [#1513](https://github.com/xmake-io/xmake/issues/1513): Improve precompiled binary package compatibility on windows/msvc +* Improve to find vcpkg root directory on windows +* Improve to support Qt6 ### Bugs fixed @@ -1040,6 +1043,9 @@ ### 改进 * 改进 vs/vsxmake 工程插件支持 vs2022 +* [#1513](https://github.com/xmake-io/xmake/issues/1513): 改进 windows 预编译包的兼容性问题 +* 改进 vcpkg 包在 windows 上的查找 +* 改进对 Qt6 的支持 ### Bugs 修复 |
