add method

This commit is contained in:
Looly
2021-03-12 23:08:27 +08:00
parent cc7183e1be
commit 183a820206
2 changed files with 7 additions and 6 deletions

View File

@@ -17,6 +17,7 @@
* 【core 】 增加汉字转阿拉伯数字Convert.chineseToNumberpr#1469@Github
* 【json 】 JSONUtil增加getByPath方法支持默认值issue#1470@Github
* 【crypto 】 SecureUtil增加hmacSha256方法pr#1473@Github
* 【core 】 FileTypeUtil判断流增加文件名辅助判断pr#1471@Github
### Bug修复
* 【socket 】 修复Client创建失败资源未释放问题。