add method

This commit is contained in:
Looly
2022-02-13 19:40:40 +08:00
parent dc97eb7aca
commit 4fc615d224
3 changed files with 13 additions and 4 deletions

View File

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