This commit is contained in:
Looly
2020-01-10 18:01:32 +08:00
parent 7ef693efbf
commit f54852d64c
3 changed files with 8 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
* 【core 】 修正NumberChineseFormatter和NumberWordFormatter类名拼写错误
* 【all 】 修正equals避免可能存在的空指针问题pr#692@Github
* 【core 】 提供一个自带默认值的Mappr#87@Gitee
* 【core 】 修改Dict在非大小写敏感状态下get也不区分大小写
### Bug修复
* 【core 】 修复NumberUtil.mul中null的结果错误问题issue#I17Y4J@Gitee