add method

This commit is contained in:
Looly 2021-08-25 15:25:55 +08:00
parent 8e5ad32e70
commit 2deb6e0fe4

View File

@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.10 (2021-08-24)
# 5.7.10 (2021-08-25)
### 🐣新特性
* 【core 】 增加NamingCase类
@ -20,6 +20,7 @@
* 【extra 】 Mail增加build方法issue#I46LGE@Gitee
* 【core 】 XmlUtil增加beanToXml重载支持忽略null
* 【core 】 添加NullComparator、FuncComparatorissue#I471X7@Gitee
* 【core 】 LambdaUtil添加getFieldNameissue#I4750U@Gitee
### 🐞Bug修复
* 【core 】 修复MapUtil.sort比较器不一致返回原map的问题issue#I46AQJ@Gitee