summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-01-14 22:42:10 +0800
committerruki <[email protected]>2025-01-14 22:42:10 +0800
commite9a835fcf31687bb2463ecafe946e75244a610b2 (patch)
tree115692ec6ea427dd0a6daf72225c2072d49d171e
parentac4f795b733575991c1fe726b67b54260ef9e5c9 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3be81f520..6efcdc59d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
* [#3380](https://github.com/xmake-io/xmake/issues/3380): Add namespace support
* [#5945](https://github.com/xmake-io/xmake/issues/5945): Check pkgconfig/cmake importfiles for package
* [#6054](https://github.com/xmake-io/xmake/issues/6054): Add xmake bundle for linux
+* [#6071](https://github.com/xmake-io/xmake/issues/6071): Improve to download package for git url, support for sparse-checkout
### Bugs fixed
@@ -1941,6 +1942,7 @@
* [#3380](https://github.com/xmake-io/xmake/issues/3380): 添加命名空间支持
* [#5945](https://github.com/xmake-io/xmake/issues/5945): 检测 pkgconfig/cmake 导入文件
* [#6054](https://github.com/xmake-io/xmake/issues/6054): 为 linux 添加 xmake bundle 包
+* [#6071](https://github.com/xmake-io/xmake/issues/6071): 改进 git 包下载,支持仅仅 clone 指定子目录
### Bugs 修复