mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
NumberUtil.roundStr() 修改为使用toPlainString
This commit is contained in:
parent
cbcab40c11
commit
653408e2a0
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
-------------------------------------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
# 5.8.6.M1 (2022-08-20)
|
# 5.8.6.M1 (2022-08-26)
|
||||||
|
|
||||||
### 🐣新特性
|
### 🐣新特性
|
||||||
* 【core 】 CollUtil新增addIfAbsent方法(pr#750@Gitee)
|
* 【core 】 CollUtil新增addIfAbsent方法(pr#750@Gitee)
|
||||||
@ -14,6 +14,7 @@
|
|||||||
* 【core 】 增加PunyCode处理完整域名(pr#2543@Github)
|
* 【core 】 增加PunyCode处理完整域名(pr#2543@Github)
|
||||||
* 【core 】 增加替换字符串中第一个指定字符串和最后一个指定字符串方法(pr#2533@Github)
|
* 【core 】 增加替换字符串中第一个指定字符串和最后一个指定字符串方法(pr#2533@Github)
|
||||||
* 【jwt 】 JWT补充部分算法(pr#2546@Github)
|
* 【jwt 】 JWT补充部分算法(pr#2546@Github)
|
||||||
|
* 【core 】 NumberUtil.roundStr() 修改为使用toPlainString(pr#775@Gitee)
|
||||||
*
|
*
|
||||||
### 🐞Bug修复
|
### 🐞Bug修复
|
||||||
* 【http 】 修复https下可能的Patch、Get请求失效问题(issue#I3Z3DH@Gitee)
|
* 【http 】 修复https下可能的Patch、Get请求失效问题(issue#I3Z3DH@Gitee)
|
||||||
|
Loading…
Reference in New Issue
Block a user