NumberUtil.roundStr() 修改为使用toPlainString

This commit is contained in:
Looly 2022-08-26 16:31:46 +08:00
parent cbcab40c11
commit 653408e2a0

View File

@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.8.6.M1 (2022-08-20)
# 5.8.6.M1 (2022-08-26)
### 🐣新特性
* 【core 】 CollUtil新增addIfAbsent方法pr#750@Gitee
@ -14,6 +14,7 @@
* 【core 】 增加PunyCode处理完整域名pr#2543@Github
* 【core 】 增加替换字符串中第一个指定字符串和最后一个指定字符串方法pr#2533@Github
* 【jwt 】 JWT补充部分算法pr#2546@Github
* 【core 】 NumberUtil.roundStr() 修改为使用toPlainStringpr#775@Gitee
*
### 🐞Bug修复
* 【http 】 修复https下可能的Patch、Get请求失效问题issue#I3Z3DH@Gitee