修复CalendarUtil.isSameMonth没有判断公元前导致不一致的问题

This commit is contained in:
Looly
2023-03-23 22:34:21 +08:00
parent 1a646df52a
commit 88c959c4ed
3 changed files with 30 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# 🚀Changelog
-------------------------------------------------------------------------------------------------------------
# 5.8.16.M1 (2023-03-20)
# 5.8.16.M1 (2023-03-23)
### 🐣新特性
* 【core 】 改进Calculator.conversion兼容乘法符号省略写法issue#2964@Github
@@ -17,6 +17,7 @@
* 【core 】 修复FileMagicNumber长度判断问题导致的越界异常issue#I6MACI@Gitee
* 【core 】 修复DateUtil针对ISO8601时间格式部分场景下的解析存在问题issue#2981@Github
* 【core 】 修复JSONUtil.toBean可能的空指针问题issue#2987@Github
* 【core 】 修复CalendarUtil.isSameMonth没有判断公元前导致不一致的问题issue#3011@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.15 (2023-03-09)