summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-02-28 08:50:35 +0800
committerGitHub <[email protected]>2022-02-28 08:50:35 +0800
commit941b813c0c788ff664c4fea24f408c8232e24112 (patch)
treeaf069d8607ede7c7dbef02250af69cb65600fb9f
parente86f13159149552567a348606b3f390c55299210 (diff)
Update CHANGELOG.md
-rw-r--r--CHANGELOG.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ada9d78b6..24e54d92c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,6 @@
* [#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
* [#2070](https://github.com/xmake-io/xmake/issues/2070): Add built-in xrepo environments
### Changes
@@ -1226,9 +1225,7 @@
* [#2024](https://github.com/xmake-io/xmake/issues/2024): 添加 asn1c 支持
* [#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 目标支持
-* [#2070](https://github.com/xmake-io/xmake/issues/2070): 添加一些内置的 xrepo env 环境配置
+* [#2059](https://github.com/xmake-io/xmake/pull/2059): 添加 `xmake update --integrate` 命令去整合 shell* [#2070](https://github.com/xmake-io/xmake/issues/2070): 添加一些内置的 xrepo env 环境配置
### 改进