DateUtil增加isLastDayOfMonth、getLastDayOfMonth方法

This commit is contained in:
Looly
2022-09-30 19:03:11 +08:00
parent c4133dd981
commit 9ffe5d67f5
3 changed files with 28 additions and 8 deletions

View File

@@ -6,6 +6,8 @@
# 5.8.9.M1 (2022-09-30)
### 🐣新特性
* 【core 】 DateUtil增加isLastDayOfMonth、getLastDayOfMonth方法pr#824@Gitee
### 🐞Bug修复
* 【poi 】 修复ExcelReader读取只有标题行报错问题issue#I5U1JA@Gitee
* 【http 】 修复Http重定向时相对路径导致的问题issue#I5TPSY@Gitee