add method

This commit is contained in:
Looly
2022-02-13 20:36:04 +08:00
parent 4fc615d224
commit 0aadcaeb68
6 changed files with 38 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
* 【core 】 新增MetroHash(pr#532@Gitee)
* 【core 】 SpringUtil增加publishEvent重载(pr#2139@Github)
* 【core 】 DateUtil增加rangeContains、rangeNotContains(pr#537@Gitee)
* 【core 】 Resource增加isModified默认方法
### 🐞Bug修复
* 【core 】 修复ChineseDate农历获取正月出现数组越界BUGissue#2112@Github