diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f91493a6..ada9d78b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ * [#2036](https://github.com/xmake-io/xmake/issues/2036): Improve xrepo to install packages from configuration file, e.g. `xrepo install xxx.lua` * [#2039](https://github.com/xmake-io/xmake/issues/2039): Improve filter directory for vs generator * [#2025](https://github.com/xmake-io/xmake/issues/2025): Support phony and headeronly target for vs generator +* Improve to find vstudio and codesign speed ### Bugs fixed @@ -1234,6 +1235,7 @@ * [#2036](https://github.com/xmake-io/xmake/issues/2036): 改进 xrepo 支持从配置文件批量安装包,例如:`xrepo install xxx.lua` * [#2039](https://github.com/xmake-io/xmake/issues/2039): 改进 vs generator 的 filter 目录展示 * [#2025](https://github.com/xmake-io/xmake/issues/2025): 支持为 phony 和 headeronly 目标生成 vs 工程 +* 优化 vs 和 codesign 的探测速度 ### Bugs 修复 |
