From e9f37270271b67de855e1a0c84e6593804883ba6 Mon Sep 17 00:00:00 2001 From: Looly Date: Thu, 25 Dec 2025 23:12:24 +0800 Subject: [PATCH] =?UTF-8?q?`HexUtil.toHex`=E6=B7=BB=E5=8A=A0=E5=AF=B9float?= =?UTF-8?q?=E5=92=8Cdouble=E7=9A=84=E6=94=AF=E6=8C=81=EF=BC=8C=E5=B9=B6?= =?UTF-8?q?=E6=8F=90=E4=BE=9B=E5=8F=8D=E5=90=91=E6=96=B9=E6=B3=95=EF=BC=88?= =?UTF-8?q?pr#4193@Github=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 256fe69564..17da3db101 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ * 【core 】 添加`BeanPath`方法中对“*”的处理逻辑(pr#1412@Gitee) * 【core 】 `StrUtil`添加`reverseByCodePoint`方法(pr#4187@Github) * 【core 】 `JdkUtil`添加`IS_AT_LEAST_JDK25` +* 【core 】 `HexUtil.toHex`添加对float和double的支持,并提供反向方法(pr#4193@Github) ### 🐞Bug修复 * 【core 】 修复`Calculator.conversion`方法计算包含科学计数法表达式的值时逻辑有误,结果不符合预期(pr#4172@Github)