mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:20:07 +08:00
修复NumberUtil.parseInt 16进制解析错误的问题
This commit is contained in:
parent
a1b688bebf
commit
d87f085e67
@ -2,7 +2,7 @@
|
||||
# 🚀Changelog
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
# 5.8.22(2023-09-08)
|
||||
# 5.8.22(2023-09-12)
|
||||
|
||||
### 🐣新特性
|
||||
* 【core 】 NumberUtil.nullToZero增加重载(issue#I7PPD2@Gitee)
|
||||
@ -33,6 +33,7 @@
|
||||
* 【core 】 修复JSONUtil.parse()溢出问题(issue#3289@Github)
|
||||
* 【core 】 修复Tailer stop NPE问题(pr#1067@Gitee)
|
||||
* 【json 】 修复toJSONString导致CPU使用率高的问题(issue#3297@Github)
|
||||
* 【core 】 修复NumberUtil.parseInt 16进制解析错误的问题(pr#1071@Gitee)
|
||||
|
||||
-------------------------------------------------------------------------------------------------------------
|
||||
# 5.8.21(2023-07-29)
|
||||
|
Loading…
Reference in New Issue
Block a user