summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-02-15 17:29:59 +0800
committerGitHub <[email protected]>2022-02-15 17:29:59 +0800
commit3b0ad85f10e134ae52959fdb129311d6701f4168 (patch)
tree8ca8724187cd9d78cb829355461dde369b8bfeb0
parentad510e78ecb421d25e59714c3f2e90521b118b5a (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e139aa063..239d0088f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@
* [#2031](https://github.com/xmake-io/xmake/issues/2031): Support linker scripts and version scripts for add_files
* [#2033](https://github.com/xmake-io/xmake/issues/2033): Catch ctrl-c to get current backtrace for debugging stuck
* [#2059](https://github.com/xmake-io/xmake/pull/2059): Add `xmake update --integrate` to integrate for shell
+* Support headeronly/phony targets for vs/vsxmake generator
### Changes
@@ -1224,6 +1225,7 @@
* [#2031](https://github.com/xmake-io/xmake/issues/2031): 为 add_files 增加 linker scripts 和 version scripts 支持
* [#2033](https://github.com/xmake-io/xmake/issues/2033): 捕获 ctrl-c 去打印当前运行栈,用于调试分析卡死问题
* [#2059](https://github.com/xmake-io/xmake/pull/2059): 添加 `xmake update --integrate` 命令去整合 shell
+* 为 vs/vsxmake 生成器增加 headeronly/phony 目标支持
### 改进