add method

This commit is contained in:
Looly
2021-02-20 09:52:17 +08:00
parent 7cee14373a
commit 7527f812cd
3 changed files with 14 additions and 2 deletions

View File

@@ -3,13 +3,14 @@
-------------------------------------------------------------------------------------------------------------
# 5.5.9 (2021-02-18)
# 5.5.9 (2021-02-20)
### 新特性
* 【crypto 】 PemUtil.readPemKey支持ECpr#1366@Github
* 【extra 】 Ftp等cd方法增加同步issue#1397@Github
* 【core 】 StrUtil增加endWithAnyIgnoreCaseissue#I37I0B@Gitee
* 【crypto 】 Sm2增加getD和getQ方法issue#I37Z4C@Gitee
* 【cache 】 AbstractCache增加keySet方法issue#I37Z4C@Gitee
### Bug修复
* 【json 】 JSONUtil.isJson方法改变trim策略解决特殊空白符导致判断失败问题