add method

This commit is contained in:
Looly
2022-02-07 17:51:53 +08:00
parent 03c491b963
commit bbb12fa22d
3 changed files with 33 additions and 17 deletions

View File

@@ -17,6 +17,7 @@
* 【core 】 CharSequenceUtil增加replace重载(issue#2122@Github)
* 【core 】 IntMap和LongMap使用位运算快速求解取余运算(pr#2123@Github)
* 【core 】 新增通用builder类GenericBuilder(pr#526@Gitee)
* 【core 】 新增copySafely方法与mkdirsSafely方法(pr#527@Gitee)
### 🐞Bug修复
* 【core 】 修复ChineseDate农历获取正月出现数组越界BUGissue#2112@Github