add FuncKeyMap

This commit is contained in:
Looly
2021-03-05 21:22:31 +08:00
parent 71a82e0534
commit 047be5a1f8
2 changed files with 46 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
* 【core 】 FileTypeUtil使用长匹配优先pr#1457@Github
* 【core 】 IterUtil和CollUtil增加isEqualList方法issue#I3A3PY@Gitee
* 【crypto 】 增加PBKDF2issue#1416@Github
* 【core 】 增加FuncKeyMapissue#1402@Github
### Bug修复
* 【socket 】 修复Client创建失败资源未释放问题。