add connect

This commit is contained in:
Looly
2021-08-11 12:02:40 +08:00
parent 6dc8524e69
commit 25e10f04d1
2 changed files with 60 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.8 (2021-08-10)
# 5.7.8 (2021-08-11)
### 🐣新特性
* 【core 】 MapProxy支持return this的setter方法pr#392@Gitee
@@ -12,6 +12,7 @@
* 【json 】 增加JSONBeanParser
* 【poi 】 增加CellSetter可以自定义单元格值写出
* 【poi 】 CsvReader增加readFromStrpr#1755@Github
* 【socket 】 SocketUtil增加connection方法
### 🐞Bug修复
* 【core 】 改进NumberChineseFormatter算法补充完整单元测试解决零问题