From 0e2884c171d4a2e22882bc27860cd58305582232 Mon Sep 17 00:00:00 2001 From: Looly Date: Tue, 29 Oct 2024 19:59:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96NumberUtil.count?= 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 cef651bd2..ecdb152d1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ * 【core 】 TreeUtil.buildSingle指定rootId节点存在时,作为根节点(issue#IAUSHR@Gitee) * 【core 】 EscapeUtil.escapeHtml4增加空处理(issue#IAZMYU@Gitee) * 【core 】 PropDesc.isTransientForGet使用className,避免Android下类找不到问题(issue#IB0JP5@Gitee) +* 【core 】 优化NumberUtil.count(pr#3772@Github) ### 🐞Bug修复 * 【json 】 修复JSONConfig.setDateFormat设置后toBean无效问题(issue#3713@Github)