add interface

This commit is contained in:
Looly
2021-09-08 11:11:27 +08:00
parent 4c237ba95e
commit 8ddf18fb7a
18 changed files with 931 additions and 645 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.12 (2021-09-07)
# 5.7.12 (2021-09-08)
### 🐣新特性
* 【system 】 OshiUtil增加getCurrentProcess方法
@@ -16,6 +16,7 @@
* 【core 】 ZipReader支持Filter
* 【all 】 Sftp、Ftp、HttpDownloader增加download重载支持避免传输文件损坏pr#407@Gitee
* 【crypto 】 AES修改构造的IvParameterSpec为AlgorithmParameterSpecissue#1814@Gitee
* 【crypto 】 增加FPEissue#1814@Gitee
### 🐞Bug修复
* 【core 】 修复ListUtil.split方法越界问题issue#I48Q0P@Gitee