summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-06-05 00:40:03 +0800
committerruki <[email protected]>2021-06-05 00:40:03 +0800
commitcae8af6e28b3e98fc91e07d3e936067ac4f60d58 (patch)
treef68d8fc5797cea929d5b37beeadb0564196c3e65
parent200bb941ebbd90709d27b39a8eaa9c5be90088a9 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e6043a3f..508036ee0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,7 @@
### Change
* [#1425](https://github.com/xmake-io/xmake/issues/1425): Improve tools/meson to load msvc envirnoments
+* [#1442](https://github.com/xmake-io/xmake/issues/1442): Support to clone package resources from git url
### Bugs fixed
@@ -1020,6 +1021,7 @@
### 改进
* [#1425](https://github.com/xmake-io/xmake/issues/1425): 改进 tools/meson 去加载 msvc 环境,并且增加一些内置配置。
+* [#1442](https://github.com/xmake-io/xmake/issues/1442): 支持从 git url 去下载包资源文件
### Bugs 修复