修复NumberChineseFormatter.format中自定义单位在0时错误问题(issue#3888@Github)

This commit is contained in:
Looly
2025-03-18 19:27:37 +08:00
parent 88cf61eb7f
commit cfb194a845
2 changed files with 8 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.37(2025-03-11)
# 5.8.37(2025-03-18)
### 🐣新特性
* 【json 】 ObjectMapper删除重复trimpr#3859@Github
@@ -19,6 +19,7 @@
* 【cache 】 修复`ReentrantCache#getOrRemoveExpired`方法丢失onRemove触发问题pr#1315@Gitee
* 【json 】 修复`JsonUtil.toBean`泛型数组类型丢失问题pr#3876@Github
* 【http 】 修复`HttpUtil.normalizeParams`规则问题issue#IBQIYQ@Gitee
* 【http 】 修复`NumberChineseFormatter.format`中自定义单位在0时错误问题issue#3888@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.36(2025-02-18)