add method

This commit is contained in:
Looly
2021-08-26 11:49:52 +08:00
parent 2deb6e0fe4
commit b88de146f6
3 changed files with 44 additions and 13 deletions

View File

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