summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-02-15 22:34:46 +0800
committerruki <[email protected]>2022-02-15 09:29:07 +0800
commit2ab3a3b54512631a4b6a00307a6476620a5c7330 (patch)
tree9d37a547fd9b125b44d30e041928c892d58a42a0
parent6a555fc9a10749e6189464dd659c87116f60a7a1 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac7363dbc..59edacee5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,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
### Bugs fixed
@@ -1226,6 +1227,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 工程
### Bugs 修复