This commit is contained in:
Looly
2021-09-09 16:14:37 +08:00
parent 5be6c0103b
commit 02885bbcd3
17 changed files with 303 additions and 69 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.12 (2021-09-08)
# 5.7.12 (2021-09-09)
### 🐣新特性
* 【system 】 OshiUtil增加getCurrentProcess方法
@@ -16,12 +16,13 @@
* 【core 】 ZipReader支持Filter
* 【all 】 Sftp、Ftp、HttpDownloader增加download重载支持避免传输文件损坏pr#407@Gitee
* 【crypto 】 AES修改构造的IvParameterSpec为AlgorithmParameterSpecissue#1814@Gitee
* 【crypto 】 增加FPEissue#1814@Gitee
* 【crypto 】 增加FPE、ZUCissue#1814@Gitee
### 🐞Bug修复
* 【core 】 修复ListUtil.split方法越界问题issue#I48Q0P@Gitee
* 【core 】 修复QrCode的isTryHarder、isPureBarcode设置无效问题issue#1815@Github
* 【core 】 修复DatePattern.CHINESE_DATE_FORMATTER错误问题issue#I48ZE3@Gitee
* 【core 】 修复ListUtil.split错误问题
-------------------------------------------------------------------------------------------------------------