add method

This commit is contained in:
Looly
2021-03-07 11:39:03 +08:00
parent f5172ef42b
commit 87813ae898
3 changed files with 98 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.6.0 (2021-03-05)
# 5.6.0 (2021-03-07)
### 新特性
* 【poi 】 重要不再兼容POI-3.x增加兼容POI-5.xissue#I35J6B@Gitee
@@ -12,6 +12,7 @@
* 【crypto 】 增加PBKDF2issue#1416@Github
* 【core 】 增加FuncKeyMapissue#1402@Github
* 【core 】 增加StrMatcherissue#1379@Github
* 【core 】 NumberUtil增加factorial针对BigInterger方法issue#1379@Github
### Bug修复
* 【socket 】 修复Client创建失败资源未释放问题。