fix chinese date bug

This commit is contained in:
Looly
2020-09-09 15:00:29 +08:00
parent 3c8236af95
commit 1b8e921ab2
4 changed files with 36 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.4.2 (2020-09-08)
# 5.4.2 (2020-09-09)
### 新特性
* 【core 】 lock放在try外边pr#1050@Github
@@ -28,6 +28,7 @@
* 【http 】 修复GET请求附带body导致变POST的问题
* 【core 】 修复double相等判断问题pr#175@Gitee
* 【core 】 修复DateSizeUtil.format越界问题issue#1069@Github
* 【core 】 修复ChineseDate.getChineseMonth问题issue#I1UG72@Gitee
-------------------------------------------------------------------------------------------------------------