summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-05-08 20:11:17 +0800
committerruki <[email protected]>2022-05-08 20:11:17 +0800
commit3c77f27f93baad4e629126abbe17266d502b9be2 (patch)
tree9229136ef81510be61654362f1b3d7a72d3fc02c
parent1e106734620d0f42d9262a73d5b541961e811b7c (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 70d370a16..e5709aad6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
* [#2327](https://github.com/xmake-io/xmake/issues/2327): Support nvc/nvc++/nvfortran in nvidia-hpc-sdk
* Add path instance interfaces
+* [#2334](https://github.com/xmake-io/xmake/pull/2334): Add lz4 compress module
### Changes
@@ -1259,6 +1260,7 @@
* [#2327](https://github.com/xmake-io/xmake/issues/2327): 支持 nvidia-hpc-sdk 工具链中的 nvc/nvc++/nvfortran 编译器
* 添加 path 实例接口
+* [#2334](https://github.com/xmake-io/xmake/pull/2334): 添加 lz4 压缩模块
### 改进