add method

This commit is contained in:
Looly
2021-10-28 02:02:23 +08:00
parent 1f2ca2e048
commit 96e3a6cdbe
6 changed files with 192 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.16 (2021-10-27)
# 5.7.16 (2021-10-28)
### 🐣新特性
* 【core 】 增加DateTime.toLocalDateTime
@@ -13,6 +13,8 @@
* 【core 】 NumberUtil.compare修正注释说明issue#I4FAJ1@Gitee
* 【core 】 增加RFC3986类
* 【extra 】 Sftp增加put和upload重载issue#I4FGDH@Gitee
* 【core 】 TemporalUtil增加toChronoUnit、toTimeUnit方法issue#I4FGDH@Gitee
* 【core 】 StopWatch增加prettyPrint重载issue#1910@Github
### 🐞Bug修复
* 【core 】 修复UrlBuilder.addPath歧义问题issue#1912@Github