summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-02-02 00:52:34 +0800
committerruki <[email protected]>2022-02-02 00:52:34 +0800
commit33b6eee18c98ea099a69bcf526c0391808fe99d4 (patch)
treec411b62914320c842b5068227b29b5094ea7d4b7
parent6898c868efb7196bcecff4e730b5c3181a15ac43 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 24d3bf292..58bfe9b8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
* [#2011](https://github.com/xmake-io/xmake/issues/2011): Support to inherit base package
* Support to build and run xmake on sparc, alpha, powerpc, s390x and sh4
+* Add on_download for package()
### Bugs fixed
@@ -1206,6 +1207,7 @@
* [#2011](https://github.com/xmake-io/xmake/issues/2011): 支持继承和局部修改官方包,例如对现有的包更换 urls 和 versions
* 支持在 sparc, alpha, powerpc, s390x 和 sh4 上编译运行 xmake
+* 为 package() 添加 on_download 自定义下载
### Bugs 修复