修复NumberUtil.parseInt 16进制解析错误的问题

This commit is contained in:
Looly 2023-09-12 17:56:45 +08:00
parent a1b688bebf
commit d87f085e67

View File

@ -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)