1
0
mirror of https://gitee.com/dromara/hutool.git synced 2025-04-05 17:37:59 +08:00

add peeds

This commit is contained in:
Looly 2021-10-31 18:05:42 +08:00
parent ae30e0eacb
commit 92f0d13ef7

View File

@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.16 (2021-10-30)
# 5.7.16 (2021-10-31)
### 🐣新特性
* 【core 】 增加DateTime.toLocalDateTime
@ -17,6 +17,7 @@
* 【core 】 StopWatch增加prettyPrint重载issue#1910@Github
* 【core 】 修改RegexPool中Ipv4正则
* 【json 】 Filter改为MutablePair以便编辑键值对issue#1921@Github
* 【core 】 Opt增加peeks方法pr#445@Gitee
### 🐞Bug修复
* 【core 】 修复UrlBuilder.addPath歧义问题issue#1912@Github