summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-04-15 00:55:33 +0800
committerruki <[email protected]>2021-04-15 00:55:33 +0800
commit558cdaeef8b54f4fefb803d136116cc289283962 (patch)
tree77364a347023ce547d1223cb0dfacc65fdb71d02
parent86a42da7addf4b0aa482f7504c0dd8b834472418 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70e2b10ac..4abd84492 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
* [#1323](https://github.com/xmake-io/xmake/issues/1323): Support find and install package from `apt`, `add_requires("apt::zlib1g-dev")`
* [#1337](https://github.com/xmake-io/xmake/issues/1337): Add environment vars to change package directories
+* [#1338](https://github.com/xmake-io/xmake/issues/1338): Support import and export installed packages
### Change
@@ -977,6 +978,7 @@
* [#1323](https://github.com/xmake-io/xmake/issues/1323): 支持从 apt 查找安装包,`add_requires("apt::zlib1g-dev")`
* [#1337](https://github.com/xmake-io/xmake/issues/1337): 添加环境变量去改进包安装和缓存目录
+* [#1338](https://github.com/xmake-io/xmake/issues/1338): 支持导入导出已安装的包
### 改进