diff options
| author | ruki <[email protected]> | 2022-02-25 22:40:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-25 22:40:19 +0800 |
| commit | 5231e95095bc0547d60c712cdb20870795acdb1a (patch) | |
| tree | e1985924695db287bbc8fc624f5a5c181d26162e | |
| parent | b5f469abcd2db0aebaccebcea62f4e22ba1cbc17 (diff) | |
update changelog
| -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 修复 |
