fix ChineseDate bug

This commit is contained in:
Looly
2020-07-12 12:12:48 +08:00
parent 80ed1c0141
commit 8e3a04bd56
4 changed files with 69 additions and 66 deletions

View File

@@ -12,6 +12,7 @@
* 【core 】 deprecate掉millsecond改为millisecondissue#I1M9P8@Gitee
* 【core 】 增加LocalDateTimeUtilissue#I1KUVC@Gitee
* 【core 】 Month增加getLastDay方法
* 【core 】 ChineseDate支持到2099年
### Bug修复
* 【core 】 修复NumberUtil.partValue有余数问题issue#I1KX66@Gitee
@@ -26,6 +27,7 @@
* 【core 】 修复DateUtil.endOfQuarter错误问题issue#I1NGZ7@Gitee
* 【core 】 修复URL中有空格转为+问题issue#I1NGW4@Gitee
* 【core 】 修复CollUtil.intersectionDistinct空集合结果错误问题
* 【core 】 修复ChineseDate在1996年计算错误问题issue#I1N96I@Gitee
-------------------------------------------------------------------------------------------------------------
## 5.3.8 (2020-06-16)