This commit is contained in:
Looly
2021-02-03 13:41:07 +08:00
parent fe71315f24
commit 4405d7b8f9
3 changed files with 3 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
### 新特性
* 【crypto 】 PemUtil.readPemKey支持ECpr#1366@Github
* 【extra 】 Ftp等cd方法增加同步issue#1397@Github
### Bug修复
* 【json 】 JSONUtil.isJson方法改变trim策略解决特殊空白符导致判断失败问题