From d87f085e67d357971ec584e3a651f1bc87df96d0 Mon Sep 17 00:00:00 2001 From: Looly Date: Tue, 12 Sep 2023 17:56:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DNumberUtil.parseInt=2016?= =?UTF-8?q?=E8=BF=9B=E5=88=B6=E8=A7=A3=E6=9E=90=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9099436fd..212159d0d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)