fix localdate for json bug

This commit is contained in:
Looly
2020-12-07 18:10:16 +08:00
parent 54749abfcc
commit 97f1e8b3dd
5 changed files with 49 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.5.3 (2020-12-06)
# 5.5.3 (2020-12-07)
### 新特性
* 【core 】 IdcardUtil增加行政区划83issue#1277@Github
@@ -14,6 +14,9 @@
### Bug修复
* 【cache 】 修复Cache中get重复misCount计数问题issue#1281@Github
* 【poi 】 修复sax读取自定义格式单元格无法识别日期类型的问题issue#1283@Github
* 【core 】 修复CollUtil.get越界问题issue#1292@Github
* 【json 】 修复TemporalAccessorUtil无法格式化LocalDate带时间问题issue#1289@Github
* 【json 】 修复自定义日期格式的LocalDateTime没有包装引号问题issue#1289@Github
-------------------------------------------------------------------------------------------------------------