fix date size bug

This commit is contained in:
Looly
2020-09-08 15:42:29 +08:00
parent 4d7b795505
commit fd51eb08b4
3 changed files with 9 additions and 2 deletions

View File

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