summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-02-20 21:35:51 +0800
committerruki <[email protected]>2022-02-20 21:35:51 +0800
commit17f7193778201914d1778d39ea5d7dbb3eebe967 (patch)
tree589f1b7bd5c88179fd13a4e3cad03cf99d92da07
parentfb0bc7afac5aec7f3f42c0ad72abbe6b7cc6ac6f (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 239d0088f..3f91493a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
* [#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,6 +1227,7 @@
* [#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 环境配置
### 改进